Html Css Color HEX #DDF2BE Snow Flurry

📋 copy color: '#DDF2BE'

red 221 ◦ green 242 ◦ blue 190

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

Shades of Snow Flurry #DDF2BE

Tints of Snow Flurry #DDF2BE

RGB

 RED value IS 221 (86.72% from 255) = 33.84%

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

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

R = 33.84%
G = 37.06%
B = 29.1%

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

#DDF2BE (or 0xDDF2BE) is known color: Snow Flurry. HEX triplet: DD, F2 and BE. RGB value is (221,242,190). Sum of RGB (Red+Green+Blue) = 221+242+190=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 242 (94.92% from 255 or 37.06% from 653); Blue value is 190 (74.61% from 255 or 29.10% from 653); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BE is #220D41. Grayscale: #E5E5E5. Windows color (decimal): -2231618 or 12514013. OLE color: 12514013.

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

Color convert

RGB 221 242 190 -
CMYK 0.09 0 0.21 0.05
HSL 84.23º 0.67% 0.85% -
HSV(B) 84.23º 0.21% 0.95% -
XYZ 70.87 82.59 60.92 -
YUV 229.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 221 242 190 0.09 0 0.21 0.05 84.23 0.67 0.85
Hex DD F2 BE 9 0 15 5 54 43 55
Octal 335 362 276 11 0 25 5 124 103 125
Binary 11011101 11110010 10111110 1001 0 10101 101 1010100 1000011 1010101

Color Harmonies of #DDF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2BE

Black with #DDF2BE

Text Example


Text Example

White with #DDF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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