Html Css Color HEX #DDF0BB Snow Flurry

📋 copy color: '#DDF0BB'

red 221 ◦ green 240 ◦ blue 187

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

Shades of Snow Flurry #DDF0BB

Tints of Snow Flurry #DDF0BB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.04%

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

R = 34.1%
G = 37.04%
B = 28.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#DDF0BB (or 0xDDF0BB) is known color: Snow Flurry. HEX triplet: DD, F0 and BB. RGB value is (221,240,187). Sum of RGB (Red+Green+Blue) = 221+240+187=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BB is #220F44. Grayscale: #E4E4E4. Windows color (decimal): -2232133 or 12316893. OLE color: 12316893.

HSL color Cylindrical-coordinate representation of color #DDF0BB: hue angle of 81.51º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDF0BB is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 187 -
CMYK 0.08 0 0.22 0.06
HSL 81.51º 0.64% 0.84% -
HSV(B) 81.51º 0.22% 0.94% -
XYZ 69.95 81.28 59.02 -
YUV 228.28 104.71 122.81 -
System Red Green Blue C M Y K H S L
Decimal 221 240 187 0.08 0 0.22 0.06 81.51 0.64 0.84
Hex DD F0 BB 8 0 16 6 52 40 54
Octal 335 360 273 10 0 26 6 122 100 124
Binary 11011101 11110000 10111011 1000 0 10110 110 1010010 1000000 1010100

Color Harmonies of #DDF0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0BB

Black with #DDF0BB

Text Example


Text Example

White with #DDF0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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