#D68EA8

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

Shades of Kobi #D68EA8

Tints of Kobi #D68EA8

Color information

#D68EA8 (or 0xD68EA8) is unknown color: approx Kobi. HEX triplet: D6, 8E and A8. RGB value is (214,142,168). Sum of RGB (Red+Green+Blue) = 214+142+168=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 168 (66.02% from 255 or 32.06% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D68EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68EA8 is #297157. Grayscale: #A6A6A6. Windows color (decimal): -2715992 or 11046614. OLE color: 11046614.

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

Color convert

RGB214142168-
CMYK00.340.210.16
HSL338.33º46.75%69.8%-
HSV(B)338.33º33.64%83.92%-
XYZ44.4736.4741.74-
YUV166.49128.85161.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 168 (66.02% from 255) = 32.06%
R=40.84%
G=27.10%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414216800.340.210.16338.3346.7569.8
HexD68EA802215101522f46
Octal326216250042252052257106
Binary110101101000111010101000010001010101100001010100101011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68EA8; }

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

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

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

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

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

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

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

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