#DD7EAE

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

Shades of Kobi #DD7EAE

Tints of Kobi #DD7EAE

Color information

#DD7EAE (or 0xDD7EAE) is unknown color: approx Kobi. HEX triplet: DD, 7E and AE. RGB value is (221,126,174). Sum of RGB (Red+Green+Blue) = 221+126+174=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EAE is #228151. Grayscale: #9F9F9F. Windows color (decimal): -2261330 or 11435741. OLE color: 11435741.

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

Color convert

RGB221126174-
CMYK00.430.210.13
HSL329.68º58.28%68.04%-
HSV(B)329.68º42.99%86.67%-
XYZ44.9233.3544.11-
YUV159.88135.97171.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 126 (49.61% from 255) = 24.18%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=42.42%
G=24.18%
B=33.40%

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
Decimal22112617400.430.210.13329.6858.2868.04
HexDD7EAE02B15D14a3a44
Octal335176256053251551272104
Binary1101110111111101010111001010111010111011010010101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EAE; }

 p { color: rgb(221,126,174); }

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

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

 a { background-color: rgb(221,126,174); }

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

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

 span { border-color: rgb(221,126,174); }

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