Html Css Color HEX #DDF2BF Snow Flurry

📋 copy color: '#DDF2BF'

red 221 ◦ green 242 ◦ blue 191

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

Shades of Snow Flurry #DDF2BF

Tints of Snow Flurry #DDF2BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.2%

R = 33.79%
G = 37%
B = 29.2%

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

#DDF2BF (or 0xDDF2BF) is known color: Snow Flurry. HEX triplet: DD, F2 and BF. RGB value is (221,242,191). Sum of RGB (Red+Green+Blue) = 221+242+191=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 242 (94.92% from 255 or 37.00% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BF is #220D40. Grayscale: #E6E6E6. Windows color (decimal): -2231617 or 12579549. OLE color: 12579549.

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

Color convert

RGB 221 242 191 -
CMYK 0.09 0 0.21 0.05
HSL 84.71º 0.66% 0.85% -
HSV(B) 84.71º 0.21% 0.95% -
XYZ 70.97 82.64 61.5 -
YUV 229.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 221 242 191 0.09 0 0.21 0.05 84.71 0.66 0.85
Hex DD F2 BF 9 0 15 5 55 42 55
Octal 335 362 277 11 0 25 5 125 102 125
Binary 11011101 11110010 10111111 1001 0 10101 101 1010101 1000010 1010101

Color Harmonies of #DDF2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2BF

Black with #DDF2BF

Text Example


Text Example

White with #DDF2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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