#DEFDB8

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

Shades of Snow Flurry #DEFDB8

Tints of Snow Flurry #DEFDB8

Color information

#DEFDB8 (or 0xDEFDB8) is unknown color: approx Snow Flurry. HEX triplet: DE, FD and B8. RGB value is (222,253,184). Sum of RGB (Red+Green+Blue) = 222+253+184=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 184 (72.27% from 255 or 27.92% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDB8 is #210247. Grayscale: #ECECEC. Windows color (decimal): -2163272 or 12123614. OLE color: 12123614.

HSL color Cylindrical-coordinate representation of color #DEFDB8: hue angle of 86.96º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEFDB8 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB222253184-
CMYK0.1200.270.01
HSL86.96º94.52%85.69%-
HSV(B)86.96º27.27%99.22%-
XYZ73.989.2458.68-
YUV235.8698.73118.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 184 (72.27% from 255) = 27.92%
R=33.69%
G=38.39%
B=27.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222531840.1200.270.0186.9694.5285.69
HexDEFDB8C01B1575f56
Octal336375270140331127137126
Binary11011110111111011011100011000110111101011110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDB8; }

 p { color: rgb(222,253,184); }

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

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

 a { background-color: rgb(222,253,184); }

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

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

 span { border-color: rgb(222,253,184); }

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