Html Css Color HEX #D696AB Kobi

📋 copy color: '#D696AB'

red 214 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D696AB

Tints of Kobi #D696AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.04%

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

R = 40%
G = 28.04%
B = 31.96%

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

#D696AB (or 0xD696AB) is known color: Kobi. HEX triplet: D6, 96 and AB. RGB value is (214,150,171). Sum of RGB (Red+Green+Blue) = 214+150+171=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AB is #296954. Grayscale: #ABABAB. Windows color (decimal): -2713941 or 11245270. OLE color: 11245270.

HSL color Cylindrical-coordinate representation of color #D696AB: hue angle of 340.31º 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 #D696AB is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 171 -
CMYK 0 0.30 0.20 0.16
HSL 340.31º 0.44% 0.71% -
HSV(B) 340.31º 0.3% 0.84% -
XYZ 45.99 39.05 43.64 -
YUV 171.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 214 150 171 0 0.30 0.20 0.16 340.31 0.44 0.71
Hex D6 96 AB 0 1E 14 10 154 2C 47
Octal 326 226 253 0 36 24 20 524 54 107
Binary 11010110 10010110 10101011 0 11110 10100 10000 101010100 101100 1000111

Color Harmonies of #D696AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696AB

Black with #D696AB

Text Example


Text Example

White with #D696AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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