Html Css Color HEX #DEFBBA Snow Flurry

📋 copy color: '#DEFBBA'

red 222 ◦ green 251 ◦ blue 186

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

Shades of Snow Flurry #DEFBBA

Tints of Snow Flurry #DEFBBA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.09%

 BLUE value IS 186 (73.05% from 255) = 28.22%

R = 33.69%
G = 38.09%
B = 28.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#DEFBBA (or 0xDEFBBA) is known color: Snow Flurry. HEX triplet: DE, FB and BA. RGB value is (222,251,186). Sum of RGB (Red+Green+Blue) = 222+251+186=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBBA is #210445. Grayscale: #EBEBEB. Windows color (decimal): -2163782 or 12254174. OLE color: 12254174.

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

Color convert

RGB 222 251 186 -
CMYK 0.12 0 0.26 0.02
HSL 86.77º 0.89% 0.86% -
HSV(B) 86.77º 0.26% 0.98% -
XYZ 73.48 88.07 59.58 -
YUV 234.92 100.39 118.79 -
System Red Green Blue C M Y K H S L
Decimal 222 251 186 0.12 0 0.26 0.02 86.77 0.89 0.86
Hex DE FB BA C 0 1A 2 57 59 56
Octal 336 373 272 14 0 32 2 127 131 126
Binary 11011110 11111011 10111010 1100 0 11010 10 1010111 1011001 1010110

Color Harmonies of #DEFBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBBA

Black with #DEFBBA

Text Example


Text Example

White with #DEFBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBBA; }

 p { color: rgb(222,251,186); }

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

background-color css

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

 a { background-color: rgb(222,251,186); }

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

border-color css

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

 span { border-color: rgb(222,251,186); }

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