Html Css Color HEX #DDF8B5 Snow Flurry

📋 copy color: '#DDF8B5'

red 221 ◦ green 248 ◦ blue 181

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

Shades of Snow Flurry #DDF8B5

Tints of Snow Flurry #DDF8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.85%

R = 34%
G = 38.15%
B = 27.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#DDF8B5 (or 0xDDF8B5) is known color: Snow Flurry. HEX triplet: DD, F8 and B5. RGB value is (221,248,181). Sum of RGB (Red+Green+Blue) = 221+248+181=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 181 (71.09% from 255 or 27.85% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8B5 is #22074A. Grayscale: #E8E8E8. Windows color (decimal): -2230091 or 11925725. OLE color: 11925725.

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

Color convert

RGB 221 248 181 -
CMYK 0.11 0 0.27 0.03
HSL 84.18º 0.83% 0.84% -
HSV(B) 84.18º 0.27% 0.97% -
XYZ 71.73 85.84 56.51 -
YUV 232.29 99.05 119.95 -
System Red Green Blue C M Y K H S L
Decimal 221 248 181 0.11 0 0.27 0.03 84.18 0.83 0.84
Hex DD F8 B5 B 0 1B 3 54 53 54
Octal 335 370 265 13 0 33 3 124 123 124
Binary 11011101 11111000 10110101 1011 0 11011 11 1010100 1010011 1010100

Color Harmonies of #DDF8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8B5

Black with #DDF8B5

Text Example


Text Example

White with #DDF8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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