#DEFAD8

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

Shades of Blue Romance #DEFAD8

Tints of Blue Romance #DEFAD8

Color information

#DEFAD8 (or 0xDEFAD8) is unknown color: approx Blue Romance. HEX triplet: DE, FA and D8. RGB value is (222,250,216). Sum of RGB (Red+Green+Blue) = 222+250+216=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 216 (84.77% from 255 or 31.40% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFAD8 is #210527. Grayscale: #EDEDED. Windows color (decimal): -2164008 or 14219998. OLE color: 14219998.

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

Color convert

RGB222250216-
CMYK0.1100.140.02
HSL109.41º77.27%91.37%-
HSV(B)109.41º13.6%98.04%-
XYZ76.788.8678.07-
YUV237.75115.72116.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 216 (84.77% from 255) = 31.40%
R=32.27%
G=36.34%
B=31.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502160.1100.140.02109.4177.2791.37
HexDEFAD8B0E26d4d5b
Octal336372330130162155115133
Binary11011110111110101101100010110111010110110110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFAD8; }

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

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

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

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

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

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

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

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