#DE8CB3

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

Shades of Kobi #DE8CB3

Tints of Kobi #DE8CB3

Color information

#DE8CB3 (or 0xDE8CB3) is unknown color: approx Kobi. HEX triplet: DE, 8C and B3. RGB value is (222,140,179). Sum of RGB (Red+Green+Blue) = 222+140+179=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 140 (55.08% from 255 or 25.88% from 541); Blue value is 179 (70.31% from 255 or 33.09% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE8CB3 is #21734C. Grayscale: #A8A8A8. Windows color (decimal): -2192205 or 11767006. OLE color: 11767006.

HSL color Cylindrical-coordinate representation of color #DE8CB3: hue angle of 331.46º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE8CB3 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB222140179-
CMYK00.370.190.13
HSL331.46º55.41%70.98%-
HSV(B)331.46º36.94%87.06%-
XYZ47.6437.5447.38-
YUV168.96133.67165.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.04%
GREEN value IS 140 (55.08% from 255) = 25.88%
BLUE value IS 179 (70.31% from 255) = 33.09%
R=41.04%
G=25.88%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214017900.370.190.13331.4655.4170.98
HexDE8CB302513D14b3747
Octal336214263045231551367107
Binary11011110100011001011001101001011001111011010010111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8CB3; }

 p { color: rgb(222,140,179); }

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

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

 a { background-color: rgb(222,140,179); }

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

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

 span { border-color: rgb(222,140,179); }

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