Html Css Color HEX #DEFABD Snow Flurry

📋 copy color: '#DEFABD'

red 222 ◦ green 250 ◦ blue 189

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

Shades of Snow Flurry #DEFABD

Tints of Snow Flurry #DEFABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 28.59%

R = 33.59%
G = 37.82%
B = 28.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#DEFABD (or 0xDEFABD) is known color: Snow Flurry. HEX triplet: DE, FA and BD. RGB value is (222,250,189). Sum of RGB (Red+Green+Blue) = 222+250+189=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 189 (74.22% from 255 or 28.59% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABD is #210542. Grayscale: #EAEAEA. Windows color (decimal): -2164035 or 12450526. OLE color: 12450526.

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

Color convert

RGB 222 250 189 -
CMYK 0.11 0 0.24 0.02
HSL 87.54º 0.86% 0.86% -
HSV(B) 87.54º 0.24% 0.98% -
XYZ 73.5 87.57 61.17 -
YUV 234.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 222 250 189 0.11 0 0.24 0.02 87.54 0.86 0.86
Hex DE FA BD B 0 18 2 58 56 56
Octal 336 372 275 13 0 30 2 130 126 126
Binary 11011110 11111010 10111101 1011 0 11000 10 1011000 1010110 1010110

Color Harmonies of #DEFABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFABD

Black with #DEFABD

Text Example


Text Example

White with #DEFABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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