#DEA1B5

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

Shades of Kobi #DEA1B5

Tints of Kobi #DEA1B5

Color information

#DEA1B5 (or 0xDEA1B5) is unknown color: approx Kobi. HEX triplet: DE, A1 and B5. RGB value is (222,161,181). Sum of RGB (Red+Green+Blue) = 222+161+181=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 161 (63.28% from 255 or 28.55% from 564); Blue value is 181 (71.09% from 255 or 32.09% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA1B5 is #215E4A. Grayscale: #B5B5B5. Windows color (decimal): -2186827 or 11903454. OLE color: 11903454.

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

Color convert

RGB222161181-
CMYK00.270.180.13
HSL340.33º48.03%75.1%-
HSV(B)340.33º27.48%87.06%-
XYZ51.2144.3649.58-
YUV181.52127.71156.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.36%
GREEN value IS 161 (63.28% from 255) = 28.55%
BLUE value IS 181 (71.09% from 255) = 32.09%
R=39.36%
G=28.55%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216118100.270.180.13340.3348.0375.1
HexDEA1B501B12D154304b
Octal336241265033221552460113
Binary1101111010100001101101010110111001011011010101001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA1B5; }

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

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

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

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

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

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

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

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