#DDFFD6

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

Shades of Blue Romance #DDFFD6

Tints of Blue Romance #DDFFD6

Color information

#DDFFD6 (or 0xDDFFD6) is unknown color: approx Blue Romance. HEX triplet: DD, FF and D6. RGB value is (221,255,214). Sum of RGB (Red+Green+Blue) = 221+255+214=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 214 (83.98% from 255 or 31.01% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFD6 is #220029. Grayscale: #F0F0F0. Windows color (decimal): -2228266 or 14090205. OLE color: 14090205.

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

Color convert

RGB221255214-
CMYK0.1300.160
HSL109.76º100%91.96%-
HSV(B)109.76º16.08%100%-
XYZ77.7291.7577.23-
YUV240.16113.24114.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 214 (83.98% from 255) = 31.01%
R=32.03%
G=36.96%
B=31.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552140.1300.160109.7610091.96
HexDDFFD6D01006e645c
Octal335377326150200156144134
Binary11011101111111111101011011010100000110111011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFD6; }

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

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

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

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

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

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

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

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