Html Css Color HEX #DCF2BE Snow Flurry

📋 copy color: '#DCF2BE'

red 220 ◦ green 242 ◦ blue 190

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

Shades of Snow Flurry #DCF2BE

Tints of Snow Flurry #DCF2BE

RGB

 RED value IS 220 (86.33% from 255) = 33.74%

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

 BLUE value IS 190 (74.61% from 255) = 29.14%

R = 33.74%
G = 37.12%
B = 29.14%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#DCF2BE (or 0xDCF2BE) is known color: Snow Flurry. HEX triplet: DC, F2 and BE. RGB value is (220,242,190). Sum of RGB (Red+Green+Blue) = 220+242+190=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2BE is #230D41. Grayscale: #E5E5E5. Windows color (decimal): -2297154 or 12514012. OLE color: 12514012.

HSL color Cylindrical-coordinate representation of color #DCF2BE: hue angle of 85.38º degrees, saturation: 0.67, 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 #DCF2BE is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 190 -
CMYK 0.09 0 0.21 0.05
HSL 85.38º 0.67% 0.85% -
HSV(B) 85.38º 0.21% 0.95% -
XYZ 70.56 82.44 60.91 -
YUV 229.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 220 242 190 0.09 0 0.21 0.05 85.38 0.67 0.85
Hex DC F2 BE 9 0 15 5 55 43 55
Octal 334 362 276 11 0 25 5 125 103 125
Binary 11011100 11110010 10111110 1001 0 10101 101 1010101 1000011 1010101

Color Harmonies of #DCF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2BE

Black with #DCF2BE

Text Example


Text Example

White with #DCF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2BE; }

 p { color: rgb(220,242,190); }

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

background-color css

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

 a { background-color: rgb(220,242,190); }

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

border-color css

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

 span { border-color: rgb(220,242,190); }

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