#DDFCD5

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

Shades of Blue Romance #DDFCD5

Tints of Blue Romance #DDFCD5

Color information

#DDFCD5 (or 0xDDFCD5) is unknown color: approx Blue Romance. HEX triplet: DD, FC and D5. RGB value is (221,252,213). Sum of RGB (Red+Green+Blue) = 221+252+213=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 213 (83.59% from 255 or 31.05% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCD5 is #22032A. Grayscale: #EEEEEE. Windows color (decimal): -2229035 or 14023901. OLE color: 14023901.

HSL color Cylindrical-coordinate representation of color #DDFCD5: hue angle of 107.69º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDFCD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB221252213-
CMYK0.1200.150.01
HSL107.69º86.67%91.18%-
HSV(B)107.69º15.48%98.82%-
XYZ76.6489.876.24-
YUV238.28113.73115.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 213 (83.59% from 255) = 31.05%
R=32.22%
G=36.73%
B=31.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522130.1200.150.01107.6986.6791.18
HexDDFCD5C0F16c575b
Octal335374325140171154127133
Binary1101110111111100110101011100011111110110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCD5; }

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

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

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

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

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

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

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

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