#D68EAB

Color #D68EAB Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D68EAB

Tints of Kobi #D68EAB

Color information

#D68EAB (or 0xD68EAB) is unknown color: approx Kobi. HEX triplet: D6, 8E and AB. RGB value is (214,142,171). Sum of RGB (Red+Green+Blue) = 214+142+171=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EAB is #297154. Grayscale: #A6A6A6. Windows color (decimal): -2715989 or 11243222. OLE color: 11243222.

HSL color Cylindrical-coordinate representation of color #D68EAB: hue angle of 335.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D68EAB is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214142171-
CMYK00.340.200.16
HSL335.83º46.75%69.8%-
HSV(B)335.83º33.64%83.92%-
XYZ44.7636.5843.23-
YUV166.83130.35161.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.61%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=40.61%
G=26.94%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414217100.340.200.16335.8346.7569.8
HexD68EAB02214101502f46
Octal326216253042242052057106
Binary110101101000111010101011010001010100100001010100001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EAB; }

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

 H1.HeaderClassName
 {
   color: #D68EAB;
 }
 .AnyTagClassName
 {
   color: #D68EAB;
 }
</style>
background-color css

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

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

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

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

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

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