#D88EAA

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

Shades of Kobi #D88EAA

Tints of Kobi #D88EAA

Color information

#D88EAA (or 0xD88EAA) is unknown color: approx Kobi. HEX triplet: D8, 8E and AA. RGB value is (216,142,170). Sum of RGB (Red+Green+Blue) = 216+142+170=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EAA is #277155. Grayscale: #A7A7A7. Windows color (decimal): -2584918 or 11177688. OLE color: 11177688.

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

Color convert

RGB216142170-
CMYK00.340.210.15
HSL337.3º48.68%70.2%-
HSV(B)337.3º34.26%84.71%-
XYZ45.2536.8542.76-
YUV167.32129.52162.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.91%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=40.91%
G=26.89%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614217000.340.210.15337.348.6870.2
HexD88EAA02215F1513146
Octal330216252042251752161106
Binary11011000100011101010101001000101010111111010100011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EAA; }

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

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

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

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

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

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

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

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