#D288AB

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

Shades of Kobi #D288AB

Tints of Kobi #D288AB

Color information

#D288AB (or 0xD288AB) is unknown color: approx Kobi. HEX triplet: D2, 88 and AB. RGB value is (210,136,171). Sum of RGB (Red+Green+Blue) = 210+136+171=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D288AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D288AB is #2D7754. Grayscale: #A2A2A2. Windows color (decimal): -2979669 or 11241682. OLE color: 11241682.

HSL color Cylindrical-coordinate representation of color #D288AB: hue angle of 331.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288AB is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210136171-
CMYK00.350.190.18
HSL331.62º45.12%67.84%-
HSV(B)331.62º35.24%82.35%-
XYZ42.7334.2542.89-
YUV162.12133.02162.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 136 (53.52% from 255) = 26.31%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=40.62%
G=26.31%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013617100.350.190.18331.6245.1267.84
HexD288AB023131214c2d44
Octal322210253043232251455104
Binary110100101000100010101011010001110011100101010011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288AB; }

 p { color: rgb(210,136,171); }

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

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

 a { background-color: rgb(210,136,171); }

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

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

 span { border-color: rgb(210,136,171); }

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