#DDFAD5

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

Shades of Blue Romance #DDFAD5

Tints of Blue Romance #DDFAD5

Color information

#DDFAD5 (or 0xDDFAD5) is unknown color: approx Blue Romance. HEX triplet: DD, FA and D5. RGB value is (221,250,213). Sum of RGB (Red+Green+Blue) = 221+250+213=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 213 (83.59% from 255 or 31.14% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD5 is #22052A. Grayscale: #EDEDED. Windows color (decimal): -2229547 or 14023389. OLE color: 14023389.

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

Color convert

RGB221250213-
CMYK0.1200.150.02
HSL107.03º78.72%90.78%-
HSV(B)107.03º14.8%98.04%-
XYZ76.0188.5576.04-
YUV237.11114.39116.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 213 (83.59% from 255) = 31.14%
R=32.31%
G=36.55%
B=31.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502130.1200.150.02107.0378.7290.78
HexDDFAD5C0F26b4f5b
Octal335372325140172153117133
Binary11011101111110101101010111000111110110101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAD5; }

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

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

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

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

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

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

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

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