#D28CAD

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

Shades of Kobi #D28CAD

Tints of Kobi #D28CAD

Color information

#D28CAD (or 0xD28CAD) is unknown color: approx Kobi. HEX triplet: D2, 8C and AD. RGB value is (210,140,173). Sum of RGB (Red+Green+Blue) = 210+140+173=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CAD is #2D7352. Grayscale: #A4A4A4. Windows color (decimal): -2978643 or 11373778. OLE color: 11373778.

HSL color Cylindrical-coordinate representation of color #D28CAD: hue angle of 331.71º degrees, saturation: 0.44, 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 #D28CAD is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210140173-
CMYK00.330.180.18
HSL331.71º43.75%68.63%-
HSV(B)331.71º33.33%82.35%-
XYZ43.535.4744.09-
YUV164.69132.69160.32-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.15%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=40.15%
G=26.77%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014017300.330.180.18331.7143.7568.63
HexD28CAD021121214c2c45
Octal322214255041222251454105
Binary110100101000110010101101010000110010100101010011001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CAD; }

 p { color: rgb(210,140,173); }

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

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

 a { background-color: rgb(210,140,173); }

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

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

 span { border-color: rgb(210,140,173); }

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