Html Css Color HEX #DDEFBD Snow Flurry

📋 copy color: '#DDEFBD'

red 221 ◦ green 239 ◦ blue 189

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

Shades of Snow Flurry #DDEFBD

Tints of Snow Flurry #DDEFBD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.83%

 BLUE value IS 189 (74.22% from 255) = 29.12%

R = 34.05%
G = 36.83%
B = 29.12%

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

#DDEFBD (or 0xDDEFBD) is known color: Snow Flurry. HEX triplet: DD, EF and BD. RGB value is (221,239,189). Sum of RGB (Red+Green+Blue) = 221+239+189=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 189 (74.22% from 255 or 29.12% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFBD is #221042. Grayscale: #E4E4E4. Windows color (decimal): -2232387 or 12447709. OLE color: 12447709.

HSL color Cylindrical-coordinate representation of color #DDEFBD: hue angle of 81.6º degrees, saturation: 0.61, 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 #DDEFBD is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 189 -
CMYK 0.08 0 0.21 0.06
HSL 81.6º 0.61% 0.84% -
HSV(B) 81.6º 0.21% 0.94% -
XYZ 69.87 80.78 60.05 -
YUV 227.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 221 239 189 0.08 0 0.21 0.06 81.6 0.61 0.84
Hex DD EF BD 8 0 15 6 52 3D 54
Octal 335 357 275 10 0 25 6 122 75 124
Binary 11011101 11101111 10111101 1000 0 10101 110 1010010 111101 1010100

Color Harmonies of #DDEFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFBD

Black with #DDEFBD

Text Example


Text Example

White with #DDEFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFBD; }

 p { color: rgb(221,239,189); }

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

background-color css

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

 a { background-color: rgb(221,239,189); }

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

border-color css

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

 span { border-color: rgb(221,239,189); }

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