Html Css Color HEX #DDF3C1 Snow Flurry

📋 copy color: '#DDF3C1'

red 221 ◦ green 243 ◦ blue 193

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

Shades of Snow Flurry #DDF3C1

Tints of Snow Flurry #DDF3C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 29.38%

R = 33.64%
G = 36.99%
B = 29.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#DDF3C1 (or 0xDDF3C1) is known color: Snow Flurry. HEX triplet: DD, F3 and C1. RGB value is (221,243,193). Sum of RGB (Red+Green+Blue) = 221+243+193=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 193 (75.78% from 255 or 29.38% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3C1 is #220C3E. Grayscale: #E6E6E6. Windows color (decimal): -2231359 or 12710877. OLE color: 12710877.

HSL color Cylindrical-coordinate representation of color #DDF3C1: hue angle of 86.4º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDF3C1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 193 -
CMYK 0.09 0 0.21 0.05
HSL 86.4º 0.68% 0.85% -
HSV(B) 86.4º 0.21% 0.95% -
XYZ 71.5 83.32 62.77 -
YUV 230.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 221 243 193 0.09 0 0.21 0.05 86.4 0.68 0.85
Hex DD F3 C1 9 0 15 5 56 44 55
Octal 335 363 301 11 0 25 5 126 104 125
Binary 11011101 11110011 11000001 1001 0 10101 101 1010110 1000100 1010101

Color Harmonies of #DDF3C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF3C1

Black with #DDF3C1

Text Example


Text Example

White with #DDF3C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF3C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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