#DF7EAD

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

Shades of Kobi #DF7EAD

Tints of Kobi #DF7EAD

Color information

#DF7EAD (or 0xDF7EAD) is unknown color: approx Kobi. HEX triplet: DF, 7E and AD. RGB value is (223,126,173). Sum of RGB (Red+Green+Blue) = 223+126+173=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 126 (49.61% from 255 or 24.14% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EAD is #208152. Grayscale: #A0A0A0. Windows color (decimal): -2130259 or 11370207. OLE color: 11370207.

HSL color Cylindrical-coordinate representation of color #DF7EAD: hue angle of 330.93º degrees, saturation: 0.6, 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 #DF7EAD is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223126173-
CMYK00.430.220.13
HSL330.93º60.25%68.43%-
HSV(B)330.93º43.5%87.45%-
XYZ45.4433.6343.63-
YUV160.36135.14172.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.72%
GREEN value IS 126 (49.61% from 255) = 24.14%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=42.72%
G=24.14%
B=33.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312617300.430.220.13330.9360.2568.43
HexDF7EAD02B16D14b3c44
Octal337176255053261551374104
Binary1101111111111101010110101010111011011011010010111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EAD; }

 p { color: rgb(223,126,173); }

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

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

 a { background-color: rgb(223,126,173); }

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

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

 span { border-color: rgb(223,126,173); }

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