#DEA4B5

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

Shades of Kobi #DEA4B5

Tints of Kobi #DEA4B5

Color information

#DEA4B5 (or 0xDEA4B5) is unknown color: approx Kobi. HEX triplet: DE, A4 and B5. RGB value is (222,164,181). Sum of RGB (Red+Green+Blue) = 222+164+181=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4B5 is #215B4A. Grayscale: #B7B7B7. Windows color (decimal): -2186059 or 11904222. OLE color: 11904222.

HSL color Cylindrical-coordinate representation of color #DEA4B5: hue angle of 342.41º 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 #DEA4B5 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222164181-
CMYK00.260.180.13
HSL342.41º46.77%75.69%-
HSV(B)342.41º26.13%87.06%-
XYZ51.7445.4249.76-
YUV183.28126.72155.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.15%
GREEN value IS 164 (64.45% from 255) = 28.92%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=39.15%
G=28.92%
B=31.92%

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
Decimal22216418100.260.180.13342.4146.7775.69
HexDEA4B501A12D1562f4c
Octal336244265032221552657114
Binary1101111010100100101101010110101001011011010101101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4B5; }

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

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

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

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

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

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

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

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