#D28EAD

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

Shades of Kobi #D28EAD

Tints of Kobi #D28EAD

Color information

#D28EAD (or 0xD28EAD) is unknown color: approx Kobi. HEX triplet: D2, 8E and AD. RGB value is (210,142,173). Sum of RGB (Red+Green+Blue) = 210+142+173=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D28EAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28EAD is #2D7152. Grayscale: #A5A5A5. Windows color (decimal): -2978131 or 11374290. OLE color: 11374290.

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

Color convert

RGB210142173-
CMYK00.320.180.18
HSL332.65º43.04%69.02%-
HSV(B)332.65º32.38%82.35%-
XYZ43.7936.0644.19-
YUV165.87132.03159.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=40%
G=27.05%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014217300.320.180.18332.6543.0469.02
HexD28EAD020121214d2b45
Octal322216255040222251553105
Binary110100101000111010101101010000010010100101010011011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28EAD; }

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

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

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

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

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

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

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

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