Html Css Color HEX #DEF5BD Snow Flurry

📋 copy color: '#DEF5BD'

red 222 ◦ green 245 ◦ blue 189

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

Shades of Snow Flurry #DEF5BD

Tints of Snow Flurry #DEF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.35%

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

R = 33.84%
G = 37.35%
B = 28.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#DEF5BD (or 0xDEF5BD) is known color: Snow Flurry. HEX triplet: DE, F5 and BD. RGB value is (222,245,189). Sum of RGB (Red+Green+Blue) = 222+245+189=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 245 (96.09% from 255 or 37.35% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5BD is #210A42. Grayscale: #E7E7E7. Windows color (decimal): -2165315 or 12449246. OLE color: 12449246.

HSL color Cylindrical-coordinate representation of color #DEF5BD: hue angle of 84.64º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEF5BD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 189 -
CMYK 0.09 0 0.23 0.04
HSL 84.64º 0.74% 0.85% -
HSV(B) 84.64º 0.23% 0.96% -
XYZ 71.96 84.51 60.66 -
YUV 231.74 103.88 121.05 -
System Red Green Blue C M Y K H S L
Decimal 222 245 189 0.09 0 0.23 0.04 84.64 0.74 0.85
Hex DE F5 BD 9 0 17 4 55 4A 55
Octal 336 365 275 11 0 27 4 125 112 125
Binary 11011110 11110101 10111101 1001 0 10111 100 1010101 1001010 1010101

Color Harmonies of #DEF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5BD

Black with #DEF5BD

Text Example


Text Example

White with #DEF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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