#DDF1D8

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

Shades of Blue Romance #DDF1D8

Tints of Blue Romance #DDF1D8

Color information

#DDF1D8 (or 0xDDF1D8) is unknown color: approx Blue Romance. HEX triplet: DD, F1 and D8. RGB value is (221,241,216). Sum of RGB (Red+Green+Blue) = 221+241+216=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 216 (84.77% from 255 or 31.86% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1D8 is #220E27. Grayscale: #E8E8E8. Windows color (decimal): -2231848 or 14217693. OLE color: 14217693.

HSL color Cylindrical-coordinate representation of color #DDF1D8: hue angle of 108º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF1D8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB221241216-
CMYK0.0800.100.05
HSL108º47.17%89.61%-
HSV(B)108º10.37%94.51%-
XYZ73.6783.2477.15-
YUV232.17118.87120.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 216 (84.77% from 255) = 31.86%
R=32.60%
G=35.55%
B=31.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412160.0800.100.0510847.1789.61
HexDDF1D880A56c2f5a
Octal33536133010012515457132
Binary11011101111100011101100010000101010111011001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1D8; }

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

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

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

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

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

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

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

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