#DEF1C0

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

Shades of Snow Flurry #DEF1C0

Tints of Snow Flurry #DEF1C0

Color information

#DEF1C0 (or 0xDEF1C0) is unknown color: approx Snow Flurry. HEX triplet: DE, F1 and C0. RGB value is (222,241,192). Sum of RGB (Red+Green+Blue) = 222+241+192=655 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.89% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 192 (75.39% from 255 or 29.31% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1C0 is #210E3F. Grayscale: #E5E5E5. Windows color (decimal): -2166336 or 12644830. OLE color: 12644830.

HSL color Cylindrical-coordinate representation of color #DEF1C0: hue angle of 83.27º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEF1C0 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB222241192-
CMYK0.0800.200.05
HSL83.27º63.64%84.9%-
HSV(B)83.27º20.33%94.51%-
XYZ71.0982.2562-
YUV229.73106.71122.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.89%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 192 (75.39% from 255) = 29.31%
R=33.89%
G=36.79%
B=29.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222411920.0800.200.0583.2763.6484.9
HexDEF1C080145534055
Octal336361300100245123100125
Binary1101111011110001110000001000010100101101001110000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1C0; }

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

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

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

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

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

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

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

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