#DE7CAA

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

Shades of Kobi #DE7CAA

Tints of Kobi #DE7CAA

Color information

#DE7CAA (or 0xDE7CAA) is unknown color: approx Kobi. HEX triplet: DE, 7C and AA. RGB value is (222,124,170). Sum of RGB (Red+Green+Blue) = 222+124+170=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 124 (48.83% from 255 or 24.03% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7CAA is #218355. Grayscale: #9E9E9E. Windows color (decimal): -2196310 or 11173086. OLE color: 11173086.

HSL color Cylindrical-coordinate representation of color #DE7CAA: hue angle of 331.84º 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 #DE7CAA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB222124170-
CMYK00.440.230.13
HSL331.84º59.76%67.84%-
HSV(B)331.84º44.14%87.06%-
XYZ44.5932.8542.02-
YUV158.55134.47173.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.02%
GREEN value IS 124 (48.83% from 255) = 24.03%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=43.02%
G=24.03%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212417000.440.230.13331.8459.7667.84
HexDE7CAA02C17D14c3c44
Octal336174252054271551474104
Binary1101111011111001010101001011001011111011010011001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7CAA; }

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

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

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

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

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

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

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

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