#DDFAD4

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

Shades of Blue Romance #DDFAD4

Tints of Blue Romance #DDFAD4

Color information

#DDFAD4 (or 0xDDFAD4) is unknown color: approx Blue Romance. HEX triplet: DD, FA and D4. RGB value is (221,250,212). Sum of RGB (Red+Green+Blue) = 221+250+212=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 212 (83.20% from 255 or 31.04% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFAD4 is #22052B. Grayscale: #EDEDED. Windows color (decimal): -2229548 or 13957853. OLE color: 13957853.

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

Color convert

RGB221250212-
CMYK0.1200.150.02
HSL105.79º79.17%90.59%-
HSV(B)105.79º15.2%98.04%-
XYZ75.8988.575.37-
YUV237113.89116.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 212 (83.20% from 255) = 31.04%
R=32.36%
G=36.60%
B=31.04%

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
Decimal2212502120.1200.150.02105.7979.1790.59
HexDDFAD4C0F26a4f5b
Octal335372324140172152117133
Binary11011101111110101101010011000111110110101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAD4; }

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

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

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

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

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

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

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

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