Html Css Color HEX #DDF3C2 Snow Flurry

📋 copy color: '#DDF3C2'

red 221 ◦ green 243 ◦ blue 194

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

Shades of Snow Flurry #DDF3C2

Tints of Snow Flurry #DDF3C2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.93%

 BLUE value IS 194 (76.17% from 255) = 29.48%

R = 33.59%
G = 36.93%
B = 29.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#DDF3C2 (or 0xDDF3C2) is known color: Snow Flurry. HEX triplet: DD, F3 and C2. RGB value is (221,243,194). Sum of RGB (Red+Green+Blue) = 221+243+194=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 194 (76.17% from 255 or 29.48% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C2 is #220C3D. Grayscale: #E7E7E7. Windows color (decimal): -2231358 or 12776413. OLE color: 12776413.

HSL color Cylindrical-coordinate representation of color #DDF3C2: hue angle of 86.94º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDF3C2 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 194 -
CMYK 0.09 0 0.20 0.05
HSL 86.94º 0.67% 0.86% -
HSV(B) 86.94º 0.2% 0.95% -
XYZ 71.61 83.37 63.36 -
YUV 230.84 107.21 120.98 -
System Red Green Blue C M Y K H S L
Decimal 221 243 194 0.09 0 0.20 0.05 86.94 0.67 0.86
Hex DD F3 C2 9 0 14 5 57 43 56
Octal 335 363 302 11 0 24 5 127 103 126
Binary 11011101 11110011 11000010 1001 0 10100 101 1010111 1000011 1010110

Color Harmonies of #DDF3C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3C2

Black with #DDF3C2

Text Example


Text Example

White with #DDF3C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3C2; }

 p { color: rgb(221,243,194); }

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

background-color css

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

 a { background-color: rgb(221,243,194); }

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

border-color css

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

 span { border-color: rgb(221,243,194); }

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