#DEFBD0

Color #DEFBD0 Hint Of Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hint Of Green #DEFBD0

Tints of Hint Of Green #DEFBD0

Color information

#DEFBD0 (or 0xDEFBD0) is unknown color: approx Hint Of Green. HEX triplet: DE, FB and D0. RGB value is (222,251,208). Sum of RGB (Red+Green+Blue) = 222+251+208=681 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.60% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 208 (81.64% from 255 or 30.54% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBD0 is #21042F. Grayscale: #EDEDED. Windows color (decimal): -2163760 or 13695966. OLE color: 13695966.

HSL color Cylindrical-coordinate representation of color #DEFBD0: hue angle of 100.47º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEFBD0 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB222251208-
CMYK0.1200.170.02
HSL100.47º84.31%90%-
HSV(B)100.47º17.13%98.43%-
XYZ76.0189.0872.86-
YUV237.43111.39117-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.60%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 208 (81.64% from 255) = 30.54%
R=32.60%
G=36.86%
B=30.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512080.1200.170.02100.4784.3190
HexDEFBD0C011264545a
Octal336373320140212144124132
Binary110111101111101111010000110001000110110010010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBD0; }

 p { color: rgb(222,251,208); }

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

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

 a { background-color: rgb(222,251,208); }

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

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

 span { border-color: rgb(222,251,208); }

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