#DE7DAE

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

Shades of Kobi #DE7DAE

Tints of Kobi #DE7DAE

Color information

#DE7DAE (or 0xDE7DAE) is unknown color: approx Kobi. HEX triplet: DE, 7D and AE. RGB value is (222,125,174). Sum of RGB (Red+Green+Blue) = 222+125+174=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7DAE is #218251. Grayscale: #9F9F9F. Windows color (decimal): -2196050 or 11435486. OLE color: 11435486.

HSL color Cylindrical-coordinate representation of color #DE7DAE: hue angle of 329.69º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7DAE is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB222125174-
CMYK00.440.220.13
HSL329.69º59.51%68.04%-
HSV(B)329.69º43.69%87.06%-
XYZ45.133.2544.09-
YUV159.59136.14172.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.61%
GREEN value IS 125 (49.22% from 255) = 23.99%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=42.61%
G=23.99%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212517400.440.220.13329.6959.5168.04
HexDE7DAE02C16D14a3c44
Octal336175256054261551274104
Binary1101111011111011010111001011001011011011010010101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7DAE; }

 p { color: rgb(222,125,174); }

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

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

 a { background-color: rgb(222,125,174); }

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

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

 span { border-color: rgb(222,125,174); }

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