Html Css Color HEX #DDFDB6 Snow Flurry

📋 copy color: '#DDFDB6'

red 221 ◦ green 253 ◦ blue 182

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

Shades of Snow Flurry #DDFDB6

Tints of Snow Flurry #DDFDB6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.57%

 BLUE value IS 182 (71.48% from 255) = 27.74%

R = 33.69%
G = 38.57%
B = 27.74%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DDFDB6 (or 0xDDFDB6) is known color: Snow Flurry. HEX triplet: DD, FD and B6. RGB value is (221,253,182). Sum of RGB (Red+Green+Blue) = 221+253+182=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 182 (71.48% from 255 or 27.74% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDB6 is #220249. Grayscale: #EBEBEB. Windows color (decimal): -2228810 or 11992541. OLE color: 11992541.

HSL color Cylindrical-coordinate representation of color #DDFDB6: hue angle of 87.04º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDFDB6 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 182 -
CMYK 0.13 0 0.28 0.01
HSL 87.04º 0.95% 0.85% -
HSV(B) 87.04º 0.28% 0.99% -
XYZ 73.39 89 57.57 -
YUV 235.34 97.9 117.77 -
System Red Green Blue C M Y K H S L
Decimal 221 253 182 0.13 0 0.28 0.01 87.04 0.95 0.85
Hex DD FD B6 D 0 1C 1 57 5F 55
Octal 335 375 266 15 0 34 1 127 137 125
Binary 11011101 11111101 10110110 1101 0 11100 1 1010111 1011111 1010101

Color Harmonies of #DDFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDB6

Black with #DDFDB6

Text Example


Text Example

White with #DDFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDB6; }

 p { color: rgb(221,253,182); }

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

background-color css

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

 a { background-color: rgb(221,253,182); }

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

border-color css

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

 span { border-color: rgb(221,253,182); }

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