Html Css Color HEX #DEF8BF Snow Flurry

📋 copy color: '#DEF8BF'

red 222 ◦ green 248 ◦ blue 191

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

Shades of Snow Flurry #DEF8BF

Tints of Snow Flurry #DEF8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 28.9%

R = 33.59%
G = 37.52%
B = 28.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#DEF8BF (or 0xDEF8BF) is known color: Snow Flurry. HEX triplet: DE, F8 and BF. RGB value is (222,248,191). Sum of RGB (Red+Green+Blue) = 222+248+191=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 248 (97.27% from 255 or 37.52% from 661); Blue value is 191 (75% from 255 or 28.90% from 661); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BF is #210740. Grayscale: #E9E9E9. Windows color (decimal): -2164545 or 12581086. OLE color: 12581086.

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

Color convert

RGB 222 248 191 -
CMYK 0.10 0 0.23 0.03
HSL 87.37º 0.8% 0.86% -
HSV(B) 87.37º 0.23% 0.97% -
XYZ 73.1 86.43 62.12 -
YUV 233.73 103.89 119.63 -
System Red Green Blue C M Y K H S L
Decimal 222 248 191 0.10 0 0.23 0.03 87.37 0.8 0.86
Hex DE F8 BF A 0 17 3 57 50 56
Octal 336 370 277 12 0 27 3 127 120 126
Binary 11011110 11111000 10111111 1010 0 10111 11 1010111 1010000 1010110

Color Harmonies of #DEF8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8BF

Black with #DEF8BF

Text Example


Text Example

White with #DEF8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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