#DDFFD4

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

Shades of Blue Romance #DDFFD4

Tints of Blue Romance #DDFFD4

Color information

#DDFFD4 (or 0xDDFFD4) is unknown color: approx Blue Romance. HEX triplet: DD, FF and D4. RGB value is (221,255,212). Sum of RGB (Red+Green+Blue) = 221+255+212=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 212 (83.20% from 255 or 30.81% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD4 is #22002B. Grayscale: #F0F0F0. Windows color (decimal): -2228268 or 13959133. OLE color: 13959133.

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

Color convert

RGB221255212-
CMYK0.1300.170
HSL107.44º100%91.57%-
HSV(B)107.44º16.86%100%-
XYZ77.4691.6575.89-
YUV239.93112.24114.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.12%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 212 (83.20% from 255) = 30.81%
R=32.12%
G=37.06%
B=30.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552120.1300.170107.4410091.57
HexDDFFD4D01106b645c
Octal335377324150210153144134
Binary11011101111111111101010011010100010110101111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFD4; }

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

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

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

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

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

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

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

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