Html Css Color HEX #DEEDBA Snow Flurry

📋 copy color: '#DEEDBA'

red 222 ◦ green 237 ◦ blue 186

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

Shades of Snow Flurry #DEEDBA

Tints of Snow Flurry #DEEDBA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.74%

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

R = 34.42%
G = 36.74%
B = 28.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#DEEDBA (or 0xDEEDBA) is known color: Snow Flurry. HEX triplet: DE, ED and BA. RGB value is (222,237,186). Sum of RGB (Red+Green+Blue) = 222+237+186=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEDBA is #211245. Grayscale: #E2E2E2. Windows color (decimal): -2167366 or 12250590. OLE color: 12250590.

HSL color Cylindrical-coordinate representation of color #DEEDBA: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEEDBA is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 222 237 186 -
CMYK 0.06 0 0.22 0.07
HSL 77.65º 0.59% 0.83% -
HSV(B) 77.65º 0.22% 0.93% -
XYZ 69.27 79.64 58.18 -
YUV 226.7 105.03 124.65 -
System Red Green Blue C M Y K H S L
Decimal 222 237 186 0.06 0 0.22 0.07 77.65 0.59 0.83
Hex DE ED BA 6 0 16 7 4E 3B 53
Octal 336 355 272 6 0 26 7 116 73 123
Binary 11011110 11101101 10111010 110 0 10110 111 1001110 111011 1010011

Color Harmonies of #DEEDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDBA

Black with #DEEDBA

Text Example


Text Example

White with #DEEDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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