#DE7EAF

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

Shades of Kobi #DE7EAF

Tints of Kobi #DE7EAF

Color information

#DE7EAF (or 0xDE7EAF) is unknown color: approx Kobi. HEX triplet: DE, 7E and AF. RGB value is (222,126,175). Sum of RGB (Red+Green+Blue) = 222+126+175=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7EAF is #218150. Grayscale: #A0A0A0. Windows color (decimal): -2195793 or 11501278. OLE color: 11501278.

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

Color convert

RGB222126175-
CMYK00.430.210.13
HSL329.38º59.26%68.24%-
HSV(B)329.38º43.24%87.06%-
XYZ45.3233.5544.64-
YUV160.29136.3172.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=42.45%
G=24.09%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212617500.430.210.13329.3859.2668.24
HexDE7EAF02B15D1493b44
Octal336176257053251551173104
Binary1101111011111101010111101010111010111011010010011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7EAF; }

 p { color: rgb(222,126,175); }

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

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

 a { background-color: rgb(222,126,175); }

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

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

 span { border-color: rgb(222,126,175); }

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