#D88EA9

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

Shades of Kobi #D88EA9

Tints of Kobi #D88EA9

Color information

#D88EA9 (or 0xD88EA9) is unknown color: approx Kobi. HEX triplet: D8, 8E and A9. RGB value is (216,142,169). Sum of RGB (Red+Green+Blue) = 216+142+169=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EA9 is #277156. Grayscale: #A7A7A7. Windows color (decimal): -2584919 or 11112152. OLE color: 11112152.

HSL color Cylindrical-coordinate representation of color #D88EA9: hue angle of 338.11º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88EA9 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB216142169-
CMYK00.340.220.15
HSL338.11º48.68%70.2%-
HSV(B)338.11º34.26%84.71%-
XYZ45.1536.8142.26-
YUV167.2129.02162.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 142 (55.86% from 255) = 26.94%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=40.99%
G=26.94%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614216900.340.220.15338.1148.6870.2
HexD88EA902216F1523146
Octal330216251042261752261106
Binary11011000100011101010100101000101011011111010100101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EA9; }

 p { color: rgb(216,142,169); }

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

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

 a { background-color: rgb(216,142,169); }

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

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

 span { border-color: rgb(216,142,169); }

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