#DEFABA

Color #DEFABA Snow Flurry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Flurry #DEFABA

Tints of Snow Flurry #DEFABA

Color information

#DEFABA (or 0xDEFABA) is unknown color: approx Snow Flurry. HEX triplet: DE, FA and BA. RGB value is (222,250,186). Sum of RGB (Red+Green+Blue) = 222+250+186=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFABA is #210545. Grayscale: #EAEAEA. Windows color (decimal): -2164038 or 12253918. OLE color: 12253918.

HSL color Cylindrical-coordinate representation of color #DEFABA: hue angle of 86.25º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEFABA is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB222250186-
CMYK0.1100.260.02
HSL86.25º86.49%85.49%-
HSV(B)86.25º25.6%98.04%-
XYZ73.1787.4559.48-
YUV234.33100.72119.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 186 (73.05% from 255) = 28.27%
R=33.74%
G=37.99%
B=28.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222501860.1100.260.0286.2586.4985.49
HexDEFABAB01A2565655
Octal336372272130322126126125
Binary110111101111101010111010101101101010101011010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFABA; }

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

 H1.HeaderClassName
 {
   color: #DEFABA;
 }
 .AnyTagClassName
 {
   color: #DEFABA;
 }
</style>
background-color css

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

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

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

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

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

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