Html Css Color HEX #D695AB Kobi

📋 copy color: '#D695AB'

red 214 ◦ green 149 ◦ blue 171

#D695AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kobi #D695AB

Tints of Kobi #D695AB

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

 GREEN value IS 149 (58.59% from 255) = 27.9%

 BLUE value IS 171 (67.19% from 255) = 32.02%

R = 40.07%
G = 27.9%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D695AB (or 0xD695AB) is known color: Kobi. HEX triplet: D6, 95 and AB. RGB value is (214,149,171). Sum of RGB (Red+Green+Blue) = 214+149+171=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D695AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695AB is #296A54. Grayscale: #AAAAAA. Windows color (decimal): -2714197 or 11245014. OLE color: 11245014.

HSL color Cylindrical-coordinate representation of color #D695AB: hue angle of 339.69º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695AB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 171 -
CMYK 0 0.30 0.20 0.16
HSL 339.69º 0.44% 0.71% -
HSV(B) 339.69º 0.3% 0.84% -
XYZ 45.83 38.73 43.59 -
YUV 170.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 214 149 171 0 0.30 0.20 0.16 339.69 0.44 0.71
Hex D6 95 AB 0 1E 14 10 154 2C 47
Octal 326 225 253 0 36 24 20 524 54 107
Binary 11010110 10010101 10101011 0 11110 10100 10000 101010100 101100 1000111

Color Harmonies of #D695AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695AB

Black with #D695AB

Text Example


Text Example

White with #D695AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695AB; }

 p { color: rgb(214,149,171); }

 H1.HeaderClassName
 {
   color: #D695AB;
 }
 .AnyTagClassName
 {
   color: #D695AB;
 }
</style>

background-color css

<style>
 a { background-color: #D695AB; }

 a { background-color: rgb(214,149,171); }

 div.DivClassName
 {
   background-color: #D695AB;
 }
 .BgClassName
 {
   background-color: #D695AB;
 }
</style>

border-color css

<style>
 span { border-color: #D695AB; }

 span { border-color: rgb(214,149,171); }

 td.TdClassName
 {
   border-color: #D695AB;
 }
 .TagClassName
 {
   border-color: #D695AB;
 }
</style>