#D88EA5

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

Shades of Kobi #D88EA5

Tints of Kobi #D88EA5

Color information

#D88EA5 (or 0xD88EA5) is unknown color: approx Kobi. HEX triplet: D8, 8E and A5. RGB value is (216,142,165). Sum of RGB (Red+Green+Blue) = 216+142+165=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D88EA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88EA5 is #27715A. Grayscale: #A6A6A6. Windows color (decimal): -2584923 or 10850008. OLE color: 10850008.

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

Color convert

RGB216142165-
CMYK00.340.240.15
HSL341.35º48.68%70.2%-
HSV(B)341.35º34.26%84.71%-
XYZ44.7836.6640.31-
YUV166.75127.02163.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 165 (64.84% from 255) = 31.55%
R=41.30%
G=27.15%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614216500.340.240.15341.3548.6870.2
HexD88EA502218F1553146
Octal330216245042301752561106
Binary11011000100011101010010101000101100011111010101011100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88EA5; }

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

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

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

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

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

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

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

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