Html Css Color HEX #DEF2C1 Snow Flurry

📋 copy color: '#DEF2C1'

red 222 ◦ green 242 ◦ blue 193

#DEF2C1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Snow Flurry #DEF2C1

Tints of Snow Flurry #DEF2C1

RGB

 RED value IS 222 (87.11% from 255) = 33.79%

 GREEN value IS 242 (94.92% from 255) = 36.83%

 BLUE value IS 193 (75.78% from 255) = 29.38%

R = 33.79%
G = 36.83%
B = 29.38%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DEF2C1 (or 0xDEF2C1) is known color: Snow Flurry. HEX triplet: DE, F2 and C1. RGB value is (222,242,193). Sum of RGB (Red+Green+Blue) = 222+242+193=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2C1 is #210D3E. Grayscale: #E6E6E6. Windows color (decimal): -2166079 or 12710622. OLE color: 12710622.

HSL color Cylindrical-coordinate representation of color #DEF2C1: hue angle of 84.49º degrees, saturation: 0.65, 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 #DEF2C1 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 193 -
CMYK 0.08 0 0.20 0.05
HSL 84.49º 0.65% 0.85% -
HSV(B) 84.49º 0.2% 0.95% -
XYZ 71.5 82.88 62.68 -
YUV 230.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 222 242 193 0.08 0 0.20 0.05 84.49 0.65 0.85
Hex DE F2 C1 8 0 14 5 54 41 55
Octal 336 362 301 10 0 24 5 124 101 125
Binary 11011110 11110010 11000001 1000 0 10100 101 1010100 1000001 1010101

Color Harmonies of #DEF2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2C1

Black with #DEF2C1

Text Example


Text Example

White with #DEF2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2C1; }

 p { color: rgb(222,242,193); }

 H1.HeaderClassName
 {
   color: #DEF2C1;
 }
 .AnyTagClassName
 {
   color: #DEF2C1;
 }
</style>

background-color css

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

 a { background-color: rgb(222,242,193); }

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

border-color css

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

 span { border-color: rgb(222,242,193); }

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