#D88DA6

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

Shades of Kobi #D88DA6

Tints of Kobi #D88DA6

Color information

#D88DA6 (or 0xD88DA6) is unknown color: approx Kobi. HEX triplet: D8, 8D and A6. RGB value is (216,141,166). Sum of RGB (Red+Green+Blue) = 216+141+166=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88DA6 is #277259. Grayscale: #A6A6A6. Windows color (decimal): -2585178 or 10915288. OLE color: 10915288.

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

Color convert

RGB216141166-
CMYK00.350.230.15
HSL340º49.02%70%-
HSV(B)340º34.72%84.71%-
XYZ44.7336.440.75-
YUV166.28127.85163.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 141 (55.47% from 255) = 26.96%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=41.30%
G=26.96%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614116600.350.230.1534049.0270
HexD88DA602317F1543146
Octal330215246043271752461106
Binary11011000100011011010011001000111011111111010101001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88DA6; }

 p { color: rgb(216,141,166); }

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

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

 a { background-color: rgb(216,141,166); }

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

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

 span { border-color: rgb(216,141,166); }

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