#DEF3C0

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

Shades of Snow Flurry #DEF3C0

Tints of Snow Flurry #DEF3C0

Color information

#DEF3C0 (or 0xDEF3C0) is unknown color: approx Snow Flurry. HEX triplet: DE, F3 and C0. RGB value is (222,243,192). Sum of RGB (Red+Green+Blue) = 222+243+192=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 192 (75.39% from 255 or 29.22% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3C0 is #210C3F. Grayscale: #E7E7E7. Windows color (decimal): -2165824 or 12645342. OLE color: 12645342.

HSL color Cylindrical-coordinate representation of color #DEF3C0: hue angle of 84.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEF3C0 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB222243192-
CMYK0.0900.210.05
HSL84.71º68%85.29%-
HSV(B)84.71º20.99%95.29%-
XYZ71.6983.4462.2-
YUV230.91106.04121.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 243 (95.31% from 255) = 36.99%
BLUE value IS 192 (75.39% from 255) = 29.22%
R=33.79%
G=36.99%
B=29.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222431920.0900.210.0584.716885.29
HexDEF3C090155554455
Octal336363300110255125104125
Binary1101111011110011110000001001010101101101010110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3C0; }

 p { color: rgb(222,243,192); }

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

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

 a { background-color: rgb(222,243,192); }

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

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

 span { border-color: rgb(222,243,192); }

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