#DEFBD8

Color #DEFBD8 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #DEFBD8

Tints of Blue Romance #DEFBD8

Color information

#DEFBD8 (or 0xDEFBD8) is unknown color: approx Blue Romance. HEX triplet: DE, FB and D8. RGB value is (222,251,216). Sum of RGB (Red+Green+Blue) = 222+251+216=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 251 (98.44% from 255 or 36.43% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBD8 is #210427. Grayscale: #EEEEEE. Windows color (decimal): -2163752 or 14220254. OLE color: 14220254.

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

Color convert

RGB222251216-
CMYK0.1200.140.02
HSL109.71º81.4%91.57%-
HSV(B)109.71º13.94%98.43%-
XYZ77.0289.4878.18-
YUV238.34115.39116.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 251 (98.44% from 255) = 36.43%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=32.22%
G=36.43%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512160.1200.140.02109.7181.491.57
HexDEFBD8C0E26e515c
Octal336373330140162156121134
Binary11011110111110111101100011000111010110111010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBD8; }

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

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

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

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

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

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

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

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