#D28DAB

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

Shades of Kobi #D28DAB

Tints of Kobi #D28DAB

Color information

#D28DAB (or 0xD28DAB) is unknown color: approx Kobi. HEX triplet: D2, 8D and AB. RGB value is (210,141,171). Sum of RGB (Red+Green+Blue) = 210+141+171=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D28DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28DAB is #2D7254. Grayscale: #A5A5A5. Windows color (decimal): -2978389 or 11242962. OLE color: 11242962.

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

Color convert

RGB210141171-
CMYK00.330.190.18
HSL333.91º43.4%68.82%-
HSV(B)333.91º32.86%82.35%-
XYZ43.4535.6943.13-
YUV165.05131.36160.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=40.23%
G=27.01%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014117100.330.190.18333.9143.468.82
HexD28DAB021131214e2b45
Octal322215253041232251653105
Binary110100101000110110101011010000110011100101010011101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28DAB; }

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

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

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

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

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

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

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

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