Html Css Color HEX #DEF8BC Snow Flurry

📋 copy color: '#DEF8BC'

red 222 ◦ green 248 ◦ blue 188

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

Shades of Snow Flurry #DEF8BC

Tints of Snow Flurry #DEF8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.57%

R = 33.74%
G = 37.69%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#DEF8BC (or 0xDEF8BC) is known color: Snow Flurry. HEX triplet: DE, F8 and BC. RGB value is (222,248,188). Sum of RGB (Red+Green+Blue) = 222+248+188=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 188 (73.83% from 255 or 28.57% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8BC is #210743. Grayscale: #E9E9E9. Windows color (decimal): -2164548 or 12384478. OLE color: 12384478.

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

Color convert

RGB 222 248 188 -
CMYK 0.10 0 0.24 0.03
HSL 86º 0.81% 0.85% -
HSV(B) 86º 0.24% 0.97% -
XYZ 72.77 86.3 60.4 -
YUV 233.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 222 248 188 0.10 0 0.24 0.03 86 0.81 0.85
Hex DE F8 BC A 0 18 3 56 51 55
Octal 336 370 274 12 0 30 3 126 121 125
Binary 11011110 11111000 10111100 1010 0 11000 11 1010110 1010001 1010101

Color Harmonies of #DEF8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8BC

Black with #DEF8BC

Text Example


Text Example

White with #DEF8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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