#DDFED5

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

Shades of Blue Romance #DDFED5

Tints of Blue Romance #DDFED5

Color information

#DDFED5 (or 0xDDFED5) is unknown color: approx Blue Romance. HEX triplet: DD, FE and D5. RGB value is (221,254,213). Sum of RGB (Red+Green+Blue) = 221+254+213=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 213 (83.59% from 255 or 30.96% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFED5 is #22012A. Grayscale: #EFEFEF. Windows color (decimal): -2228523 or 14024413. OLE color: 14024413.

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

Color convert

RGB221254213-
CMYK0.1300.160.00
HSL108.29º95.35%91.57%-
HSV(B)108.29º16.14%99.61%-
XYZ77.2791.0676.45-
YUV239.46113.07114.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 213 (83.59% from 255) = 30.96%
R=32.12%
G=36.92%
B=30.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212542130.1300.160.00108.2995.3591.57
HexDDFED5D01006c5f5c
Octal335376325150200154137134
Binary11011101111111101101010111010100000110110010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFED5; }

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

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

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

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

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

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

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

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