#DEBEAF

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

Shades of Just Right #DEBEAF

Tints of Just Right #DEBEAF

Color information

#DEBEAF (or 0xDEBEAF) is unknown color: approx Just Right. HEX triplet: DE, BE and AF. RGB value is (222,190,175). Sum of RGB (Red+Green+Blue) = 222+190+175=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEBEAF is #214150. Grayscale: #C5C5C5. Windows color (decimal): -2179409 or 11517662. OLE color: 11517662.

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

Color convert

RGB222190175-
CMYK00.140.210.13
HSL19.15º41.59%77.84%-
HSV(B)19.15º21.17%87.06%-
XYZ56.2855.4548.29-
YUV197.86115.1145.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.82%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=37.82%
G=32.37%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219017500.140.210.1319.1541.5977.84
HexDEBEAF0E15D132a4e
Octal33627625701625152352116
Binary11011110101111101010111101110101011101100111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBEAF; }

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

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

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

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

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

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

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

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