#DEFED7

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

Shades of Blue Romance #DEFED7

Tints of Blue Romance #DEFED7

Color information

#DEFED7 (or 0xDEFED7) is unknown color: approx Blue Romance. HEX triplet: DE, FE and D7. RGB value is (222,254,215). Sum of RGB (Red+Green+Blue) = 222+254+215=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 254 (99.61% from 255 or 36.76% from 691); Blue value is 215 (84.38% from 255 or 31.11% from 691); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFED7 is #210128. Grayscale: #F0F0F0. Windows color (decimal): -2162985 or 14155486. OLE color: 14155486.

HSL color Cylindrical-coordinate representation of color #DEFED7: hue angle of 109.23º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEFED7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB222254215-
CMYK0.1300.150.00
HSL109.23º95.12%91.96%-
HSV(B)109.23º15.35%99.61%-
XYZ77.8391.3277.81-
YUV239.99113.9115.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 254 (99.61% from 255) = 36.76%
BLUE value IS 215 (84.38% from 255) = 31.11%
R=32.13%
G=36.76%
B=31.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2222542150.1300.150.00109.2395.1291.96
HexDEFED7D0F06d5f5c
Octal336376327150170155137134
Binary1101111011111110110101111101011110110110110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFED7; }

 p { color: rgb(222,254,215); }

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

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

 a { background-color: rgb(222,254,215); }

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

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

 span { border-color: rgb(222,254,215); }

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