Html Css Color HEX #DDF0BE Snow Flurry

📋 copy color: '#DDF0BE'

red 221 ◦ green 240 ◦ blue 190

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

Shades of Snow Flurry #DDF0BE

Tints of Snow Flurry #DDF0BE

RGB

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

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

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

R = 33.95%
G = 36.87%
B = 29.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#DDF0BE (or 0xDDF0BE) is known color: Snow Flurry. HEX triplet: DD, F0 and BE. RGB value is (221,240,190). Sum of RGB (Red+Green+Blue) = 221+240+190=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0BE is #220F41. Grayscale: #E4E4E4. Windows color (decimal): -2232130 or 12513501. OLE color: 12513501.

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

Color convert

RGB 221 240 190 -
CMYK 0.08 0 0.21 0.06
HSL 82.8º 0.63% 0.84% -
HSV(B) 82.8º 0.21% 0.94% -
XYZ 70.27 81.41 60.73 -
YUV 228.62 106.21 122.57 -
System Red Green Blue C M Y K H S L
Decimal 221 240 190 0.08 0 0.21 0.06 82.8 0.63 0.84
Hex DD F0 BE 8 0 15 6 53 3E 54
Octal 335 360 276 10 0 25 6 123 76 124
Binary 11011101 11110000 10111110 1000 0 10101 110 1010011 111110 1010100

Color Harmonies of #DDF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0BE

Black with #DDF0BE

Text Example


Text Example

White with #DDF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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