#DDEDD8

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

Shades of Blue Romance #DDEDD8

Tints of Blue Romance #DDEDD8

Color information

#DDEDD8 (or 0xDDEDD8) is unknown color: approx Blue Romance. HEX triplet: DD, ED and D8. RGB value is (221,237,216). Sum of RGB (Red+Green+Blue) = 221+237+216=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 216 (84.77% from 255 or 32.05% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDD8 is #221227. Grayscale: #E5E5E5. Windows color (decimal): -2232872 or 14216669. OLE color: 14216669.

HSL color Cylindrical-coordinate representation of color #DDEDD8: hue angle of 105.71º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEDD8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB221237216-
CMYK0.0700.090.07
HSL105.71º36.84%88.82%-
HSV(B)105.71º8.86%92.94%-
XYZ72.580.976.76-
YUV229.82120.2121.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 216 (84.77% from 255) = 32.05%
R=32.79%
G=35.16%
B=32.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212372160.0700.090.07105.7136.8488.82
HexDDEDD870976a2559
Octal3353553307011715245131
Binary1101110111101101110110001110100111111010101001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDD8; }

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

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

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

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

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

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

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

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