#DDFAD6

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

Shades of Blue Romance #DDFAD6

Tints of Blue Romance #DDFAD6

Color information

#DDFAD6 (or 0xDDFAD6) is unknown color: approx Blue Romance. HEX triplet: DD, FA and D6. RGB value is (221,250,214). Sum of RGB (Red+Green+Blue) = 221+250+214=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 214 (83.98% from 255 or 31.24% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD6 is #220529. Grayscale: #EDEDED. Windows color (decimal): -2229546 or 14088925. OLE color: 14088925.

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

Color convert

RGB221250214-
CMYK0.1200.140.02
HSL108.33º78.26%90.98%-
HSV(B)108.33º14.4%98.04%-
XYZ76.1488.676.71-
YUV237.23114.89116.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 250 (98.05% from 255) = 36.50%
BLUE value IS 214 (83.98% from 255) = 31.24%
R=32.26%
G=36.50%
B=31.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502140.1200.140.02108.3378.2690.98
HexDDFAD6C0E26c4e5b
Octal335372326140162154116133
Binary11011101111110101101011011000111010110110010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAD6; }

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

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

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

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

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

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

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

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