Html Css Color HEX #DDF8BB Snow Flurry

📋 copy color: '#DDF8BB'

red 221 ◦ green 248 ◦ blue 187

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

Shades of Snow Flurry #DDF8BB

Tints of Snow Flurry #DDF8BB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.8%

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

R = 33.69%
G = 37.8%
B = 28.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#DDF8BB (or 0xDDF8BB) is known color: Snow Flurry. HEX triplet: DD, F8 and BB. RGB value is (221,248,187). Sum of RGB (Red+Green+Blue) = 221+248+187=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 187 (73.44% from 255 or 28.51% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8BB is #220744. Grayscale: #E9E9E9. Windows color (decimal): -2230085 or 12318941. OLE color: 12318941.

HSL color Cylindrical-coordinate representation of color #DDF8BB: hue angle of 86.56º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDF8BB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 187 -
CMYK 0.11 0 0.25 0.03
HSL 86.56º 0.81% 0.85% -
HSV(B) 86.56º 0.25% 0.97% -
XYZ 72.36 86.09 59.82 -
YUV 232.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 221 248 187 0.11 0 0.25 0.03 86.56 0.81 0.85
Hex DD F8 BB B 0 19 3 57 51 55
Octal 335 370 273 13 0 31 3 127 121 125
Binary 11011101 11111000 10111011 1011 0 11001 11 1010111 1010001 1010101

Color Harmonies of #DDF8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8BB

Black with #DDF8BB

Text Example


Text Example

White with #DDF8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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