Html Css Color HEX #DDEDB9 Snow Flurry

📋 copy color: '#DDEDB9'

red 221 ◦ green 237 ◦ blue 185

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

Shades of Snow Flurry #DDEDB9

Tints of Snow Flurry #DDEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.86%

 BLUE value IS 185 (72.66% from 255) = 28.77%

R = 34.37%
G = 36.86%
B = 28.77%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#DDEDB9 (or 0xDDEDB9) is known color: Snow Flurry. HEX triplet: DD, ED and B9. RGB value is (221,237,185). Sum of RGB (Red+Green+Blue) = 221+237+185=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB9 is #221246. Grayscale: #E2E2E2. Windows color (decimal): -2232903 or 12185053. OLE color: 12185053.

HSL color Cylindrical-coordinate representation of color #DDEDB9: hue angle of 78.46º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDEDB9 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 185 -
CMYK 0.07 0 0.22 0.07
HSL 78.46º 0.59% 0.83% -
HSV(B) 78.46º 0.22% 0.93% -
XYZ 68.86 79.44 57.6 -
YUV 226.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 221 237 185 0.07 0 0.22 0.07 78.46 0.59 0.83
Hex DD ED B9 7 0 16 7 4E 3B 53
Octal 335 355 271 7 0 26 7 116 73 123
Binary 11011101 11101101 10111001 111 0 10110 111 1001110 111011 1010011

Color Harmonies of #DDEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDB9

Black with #DDEDB9

Text Example


Text Example

White with #DDEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDB9; }

 p { color: rgb(221,237,185); }

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

background-color css

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

 a { background-color: rgb(221,237,185); }

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

border-color css

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

 span { border-color: rgb(221,237,185); }

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