Html Css Color HEX #DEFDB6 Snow Flurry

📋 copy color: '#DEFDB6'

red 222 ◦ green 253 ◦ blue 182

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

Shades of Snow Flurry #DEFDB6

Tints of Snow Flurry #DEFDB6

RGB

 RED value IS 222 (87.11% from 255) = 33.79%

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

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

R = 33.79%
G = 38.51%
B = 27.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#DEFDB6 (or 0xDEFDB6) is known color: Snow Flurry. HEX triplet: DE, FD and B6. RGB value is (222,253,182). Sum of RGB (Red+Green+Blue) = 222+253+182=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDB6 is #210249. Grayscale: #EBEBEB. Windows color (decimal): -2163274 or 11992542. OLE color: 11992542.

HSL color Cylindrical-coordinate representation of color #DEFDB6: hue angle of 86.2º 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 #DEFDB6 is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 182 -
CMYK 0.12 0 0.28 0.01
HSL 86.2º 0.95% 0.85% -
HSV(B) 86.2º 0.28% 0.99% -
XYZ 73.69 89.16 57.58 -
YUV 235.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 222 253 182 0.12 0 0.28 0.01 86.2 0.95 0.85
Hex DE FD B6 C 0 1C 1 56 5F 55
Octal 336 375 266 14 0 34 1 126 137 125
Binary 11011110 11111101 10110110 1100 0 11100 1 1010110 1011111 1010101

Color Harmonies of #DEFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFDB6

Black with #DEFDB6

Text Example


Text Example

White with #DEFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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