#DDF1D7

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

Shades of Blue Romance #DDF1D7

Tints of Blue Romance #DDF1D7

Color information

#DDF1D7 (or 0xDDF1D7) is unknown color: approx Blue Romance. HEX triplet: DD, F1 and D7. RGB value is (221,241,215). Sum of RGB (Red+Green+Blue) = 221+241+215=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D7 is #220E28. Grayscale: #E8E8E8. Windows color (decimal): -2231849 or 14152157. OLE color: 14152157.

HSL color Cylindrical-coordinate representation of color #DDF1D7: hue angle of 106.15º degrees, saturation: 0.48, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF1D7 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB221241215-
CMYK0.0800.110.05
HSL106.15º48.15%89.41%-
HSV(B)106.15º10.79%94.51%-
XYZ73.5483.1976.47-
YUV232.06118.37120.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=32.64%
G=35.60%
B=31.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412150.0800.110.05106.1548.1589.41
HexDDF1D780B56a3059
Octal33536132710013515260131
Binary11011101111100011101011110000101110111010101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1D7; }

 p { color: rgb(221,241,215); }

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

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

 a { background-color: rgb(221,241,215); }

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

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

 span { border-color: rgb(221,241,215); }

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