#DEA4B6

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

Shades of Kobi #DEA4B6

Tints of Kobi #DEA4B6

Color information

#DEA4B6 (or 0xDEA4B6) is unknown color: approx Kobi. HEX triplet: DE, A4 and B6. RGB value is (222,164,182). Sum of RGB (Red+Green+Blue) = 222+164+182=568 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.08% from 568); Green value is 164 (64.45% from 255 or 28.87% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4B6 is #215B49. Grayscale: #B7B7B7. Windows color (decimal): -2186058 or 11969758. OLE color: 11969758.

HSL color Cylindrical-coordinate representation of color #DEA4B6: hue angle of 341.38º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4B6 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222164182-
CMYK00.260.180.13
HSL341.38º46.77%75.69%-
HSV(B)341.38º26.13%87.06%-
XYZ51.8445.4650.3-
YUV183.39127.22155.54-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.08%
GREEN value IS 164 (64.45% from 255) = 28.87%
BLUE value IS 182 (71.48% from 255) = 32.04%
R=39.08%
G=28.87%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216418200.260.180.13341.3846.7775.69
HexDEA4B601A12D1552f4c
Octal336244266032221552557114
Binary1101111010100100101101100110101001011011010101011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4B6; }

 p { color: rgb(222,164,182); }

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

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

 a { background-color: rgb(222,164,182); }

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

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

 span { border-color: rgb(222,164,182); }

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