#DEFBEE

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

Shades of Clear Day #DEFBEE

Tints of Clear Day #DEFBEE

Color information

#DEFBEE (or 0xDEFBEE) is unknown color: approx Clear Day. HEX triplet: DE, FB and EE. RGB value is (222,251,238). Sum of RGB (Red+Green+Blue) = 222+251+238=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 251 (98.44% from 255 or 35.30% from 711); Blue value is 238 (93.36% from 255 or 33.47% from 711); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFBEE is #210411. Grayscale: #F0F0F0. Windows color (decimal): -2163730 or 15662046. OLE color: 15662046.

HSL color Cylindrical-coordinate representation of color #DEFBEE: hue angle of 153.1º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBEE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB222251238-
CMYK0.1200.050.02
HSL153.1º78.38%92.75%-
HSV(B)153.1º11.55%98.43%-
XYZ80.0590.794.18-
YUV240.85126.39114.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.22%
GREEN value IS 251 (98.44% from 255) = 35.30%
BLUE value IS 238 (93.36% from 255) = 33.47%
R=31.22%
G=35.30%
B=33.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512380.1200.050.02153.178.3892.75
HexDEFBEEC052994e5d
Octal33637335614052231116135
Binary11011110111110111110111011000101101001100110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBEE; }

 p { color: rgb(222,251,238); }

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

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

 a { background-color: rgb(222,251,238); }

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

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

 span { border-color: rgb(222,251,238); }

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