#DE94AA

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

Shades of Kobi #DE94AA

Tints of Kobi #DE94AA

Color information

#DE94AA (or 0xDE94AA) is unknown color: approx Kobi. HEX triplet: DE, 94 and AA. RGB value is (222,148,170). Sum of RGB (Red+Green+Blue) = 222+148+170=540 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.11% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 222 - color contains mainly: red. Hex color #DE94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE94AA is #216B55. Grayscale: #ACACAC. Windows color (decimal): -2190166 or 11179230. OLE color: 11179230.

HSL color Cylindrical-coordinate representation of color #DE94AA: hue angle of 342.16º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE94AA is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222148170-
CMYK00.330.230.13
HSL342.16º52.86%72.55%-
HSV(B)342.16º33.33%87.06%-
XYZ47.9739.6143.15-
YUV172.63126.52163.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.11%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 170 (66.80% from 255) = 31.48%
R=41.11%
G=27.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214817000.330.230.13342.1652.8672.55
HexDE94AA02117D1563549
Octal336224252041271552665111
Binary11011110100101001010101001000011011111011010101101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE94AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE94AA; }

 p { color: rgb(222,148,170); }

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

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

 a { background-color: rgb(222,148,170); }

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

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

 span { border-color: rgb(222,148,170); }

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