#DDF0D7

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

Shades of Blue Romance #DDF0D7

Tints of Blue Romance #DDF0D7

Color information

#DDF0D7 (or 0xDDF0D7) is unknown color: approx Blue Romance. HEX triplet: DD, F0 and D7. RGB value is (221,240,215). Sum of RGB (Red+Green+Blue) = 221+240+215=676 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.69% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF0D7 is #220F28. Grayscale: #E7E7E7. Windows color (decimal): -2232105 or 14151901. OLE color: 14151901.

HSL color Cylindrical-coordinate representation of color #DDF0D7: hue angle of 105.6º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF0D7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB221240215-
CMYK0.0800.100.06
HSL105.6º45.45%89.22%-
HSV(B)105.6º10.42%94.12%-
XYZ73.2482.676.37-
YUV231.47118.71120.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.69%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 215 (84.38% from 255) = 31.80%
R=32.69%
G=35.50%
B=31.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212402150.0800.100.06105.645.4589.22
HexDDF0D780A66a2d59
Octal33536032710012615255131
Binary11011101111100001101011110000101011011010101011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF0D7; }

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

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

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

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

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

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

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

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