Html Css Color HEX #DDF0B7 Snow Flurry

📋 copy color: '#DDF0B7'

red 221 ◦ green 240 ◦ blue 183

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

Shades of Snow Flurry #DDF0B7

Tints of Snow Flurry #DDF0B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 28.42%

R = 34.32%
G = 37.27%
B = 28.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.06

RGB Variations

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

Color information

#DDF0B7 (or 0xDDF0B7) is known color: Snow Flurry. HEX triplet: DD, F0 and B7. RGB value is (221,240,183). Sum of RGB (Red+Green+Blue) = 221+240+183=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0B7 is #220F48. Grayscale: #E4E4E4. Windows color (decimal): -2232137 or 12054749. OLE color: 12054749.

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

Color convert

RGB 221 240 183 -
CMYK 0.08 0 0.24 0.06
HSL 80º 0.66% 0.83% -
HSV(B) 80º 0.24% 0.94% -
XYZ 69.53 81.11 56.79 -
YUV 227.82 102.71 123.13 -
System Red Green Blue C M Y K H S L
Decimal 221 240 183 0.08 0 0.24 0.06 80 0.66 0.83
Hex DD F0 B7 8 0 18 6 50 42 53
Octal 335 360 267 10 0 30 6 120 102 123
Binary 11011101 11110000 10110111 1000 0 11000 110 1010000 1000010 1010011

Color Harmonies of #DDF0B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0B7

Black with #DDF0B7

Text Example


Text Example

White with #DDF0B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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