Html Css Color HEX #DCF2BD Snow Flurry

📋 copy color: '#DCF2BD'

red 220 ◦ green 242 ◦ blue 189

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

Shades of Snow Flurry #DCF2BD

Tints of Snow Flurry #DCF2BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.03%

R = 33.79%
G = 37.17%
B = 29.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#DCF2BD (or 0xDCF2BD) is known color: Snow Flurry. HEX triplet: DC, F2 and BD. RGB value is (220,242,189). Sum of RGB (Red+Green+Blue) = 220+242+189=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2BD is #230D42. Grayscale: #E5E5E5. Windows color (decimal): -2297155 or 12448476. OLE color: 12448476.

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

Color convert

RGB 220 242 189 -
CMYK 0.09 0 0.22 0.05
HSL 84.91º 0.67% 0.85% -
HSV(B) 84.91º 0.22% 0.95% -
XYZ 70.45 82.39 60.33 -
YUV 229.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 220 242 189 0.09 0 0.22 0.05 84.91 0.67 0.85
Hex DC F2 BD 9 0 16 5 55 43 55
Octal 334 362 275 11 0 26 5 125 103 125
Binary 11011100 11110010 10111101 1001 0 10110 101 1010101 1000011 1010101

Color Harmonies of #DCF2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2BD

Black with #DCF2BD

Text Example


Text Example

White with #DCF2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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