Html Css Color HEX #DEFAB5 Snow Flurry

📋 copy color: '#DEFAB5'

red 222 ◦ green 250 ◦ blue 181

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

Shades of Snow Flurry #DEFAB5

Tints of Snow Flurry #DEFAB5

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.28%

 BLUE value IS 181 (71.09% from 255) = 27.72%

R = 34%
G = 38.28%
B = 27.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#DEFAB5 (or 0xDEFAB5) is known color: Snow Flurry. HEX triplet: DE, FA and B5. RGB value is (222,250,181). Sum of RGB (Red+Green+Blue) = 222+250+181=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 250 (98.05% from 255 or 38.28% from 653); Blue value is 181 (71.09% from 255 or 27.72% from 653); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAB5 is #21054A. Grayscale: #EAEAEA. Windows color (decimal): -2164043 or 11926238. OLE color: 11926238.

HSL color Cylindrical-coordinate representation of color #DEFAB5: hue angle of 84.35º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEFAB5 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 181 -
CMYK 0.11 0 0.28 0.02
HSL 84.35º 0.87% 0.85% -
HSV(B) 84.35º 0.28% 0.98% -
XYZ 72.65 87.24 56.73 -
YUV 233.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 222 250 181 0.11 0 0.28 0.02 84.35 0.87 0.85
Hex DE FA B5 B 0 1C 2 54 57 55
Octal 336 372 265 13 0 34 2 124 127 125
Binary 11011110 11111010 10110101 1011 0 11100 10 1010100 1010111 1010101

Color Harmonies of #DEFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAB5

Black with #DEFAB5

Text Example


Text Example

White with #DEFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAB5; }

 p { color: rgb(222,250,181); }

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

background-color css

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

 a { background-color: rgb(222,250,181); }

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

border-color css

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

 span { border-color: rgb(222,250,181); }

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