#DDFED7

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

Shades of Blue Romance #DDFED7

Tints of Blue Romance #DDFED7

Color information

#DDFED7 (or 0xDDFED7) is unknown color: approx Blue Romance. HEX triplet: DD, FE and D7. RGB value is (221,254,215). Sum of RGB (Red+Green+Blue) = 221+254+215=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 215 (84.38% from 255 or 31.16% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED7 is #220128. Grayscale: #EFEFEF. Windows color (decimal): -2228521 or 14155485. OLE color: 14155485.

HSL color Cylindrical-coordinate representation of color #DDFED7: hue angle of 110.77º 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 #DDFED7 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB221254215-
CMYK0.1300.150.00
HSL110.77º95.12%91.96%-
HSV(B)110.77º15.35%99.61%-
XYZ77.5391.1677.8-
YUV239.69114.07114.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 215 (84.38% from 255) = 31.16%
R=32.03%
G=36.81%
B=31.16%

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
Decimal2212542150.1300.150.00110.7795.1291.96
HexDDFED7D0F06f5f5c
Octal335376327150170157137134
Binary1101110111111110110101111101011110110111110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFED7; }

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

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

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

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

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

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

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

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