Html Css Color HEX #DEF8BA Snow Flurry

📋 copy color: '#DEF8BA'

red 222 ◦ green 248 ◦ blue 186

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

Shades of Snow Flurry #DEF8BA

Tints of Snow Flurry #DEF8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.8%

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

R = 33.84%
G = 37.8%
B = 28.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#DEF8BA (or 0xDEF8BA) is known color: Snow Flurry. HEX triplet: DE, F8 and BA. RGB value is (222,248,186). Sum of RGB (Red+Green+Blue) = 222+248+186=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 186 (73.05% from 255 or 28.35% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BA is #210745. Grayscale: #E9E9E9. Windows color (decimal): -2164550 or 12253406. OLE color: 12253406.

HSL color Cylindrical-coordinate representation of color #DEF8BA: hue angle of 85.16º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEF8BA is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 186 -
CMYK 0.10 0 0.25 0.03
HSL 85.16º 0.82% 0.85% -
HSV(B) 85.16º 0.25% 0.97% -
XYZ 72.55 86.21 59.27 -
YUV 233.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 222 248 186 0.10 0 0.25 0.03 85.16 0.82 0.85
Hex DE F8 BA A 0 19 3 55 52 55
Octal 336 370 272 12 0 31 3 125 122 125
Binary 11011110 11111000 10111010 1010 0 11001 11 1010101 1010010 1010101

Color Harmonies of #DEF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8BA

Black with #DEF8BA

Text Example


Text Example

White with #DEF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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