Html Css Color HEX #DDEDB8 Snow Flurry

📋 copy color: '#DDEDB8'

red 221 ◦ green 237 ◦ blue 184

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

Shades of Snow Flurry #DDEDB8

Tints of Snow Flurry #DDEDB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 28.66%

R = 34.42%
G = 36.92%
B = 28.66%

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

#DDEDB8 (or 0xDDEDB8) is known color: Snow Flurry. HEX triplet: DD, ED and B8. RGB value is (221,237,184). Sum of RGB (Red+Green+Blue) = 221+237+184=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 237 (92.97% from 255 or 36.92% from 642); Blue value is 184 (72.27% from 255 or 28.66% from 642); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDB8 is #221247. Grayscale: #E2E2E2. Windows color (decimal): -2232904 or 12119517. OLE color: 12119517.

HSL color Cylindrical-coordinate representation of color #DDEDB8: hue angle of 78.11º degrees, saturation: 0.6, 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 #DDEDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 184 -
CMYK 0.07 0 0.22 0.07
HSL 78.11º 0.6% 0.83% -
HSV(B) 78.11º 0.22% 0.93% -
XYZ 68.75 79.4 57.05 -
YUV 226.17 104.2 124.31 -
System Red Green Blue C M Y K H S L
Decimal 221 237 184 0.07 0 0.22 0.07 78.11 0.6 0.83
Hex DD ED B8 7 0 16 7 4E 3C 53
Octal 335 355 270 7 0 26 7 116 74 123
Binary 11011101 11101101 10111000 111 0 10110 111 1001110 111100 1010011

Color Harmonies of #DDEDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDB8

Black with #DDEDB8

Text Example


Text Example

White with #DDEDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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