Html Css Color HEX #DDF2BB Snow Flurry

📋 copy color: '#DDF2BB'

red 221 ◦ green 242 ◦ blue 187

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

Shades of Snow Flurry #DDF2BB

Tints of Snow Flurry #DDF2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 28.77%

R = 34%
G = 37.23%
B = 28.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#DDF2BB (or 0xDDF2BB) is known color: Snow Flurry. HEX triplet: DD, F2 and BB. RGB value is (221,242,187). Sum of RGB (Red+Green+Blue) = 221+242+187=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2BB is #220D44. Grayscale: #E5E5E5. Windows color (decimal): -2231621 or 12317405. OLE color: 12317405.

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

Color convert

RGB 221 242 187 -
CMYK 0.09 0 0.23 0.05
HSL 82.91º 0.68% 0.84% -
HSV(B) 82.91º 0.23% 0.95% -
XYZ 70.54 82.46 59.21 -
YUV 229.45 104.04 121.97 -
System Red Green Blue C M Y K H S L
Decimal 221 242 187 0.09 0 0.23 0.05 82.91 0.68 0.84
Hex DD F2 BB 9 0 17 5 53 44 54
Octal 335 362 273 11 0 27 5 123 104 124
Binary 11011101 11110010 10111011 1001 0 10111 101 1010011 1000100 1010100

Color Harmonies of #DDF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2BB

Black with #DDF2BB

Text Example


Text Example

White with #DDF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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