#DCEED7

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

Shades of Blue Romance #DCEED7

Tints of Blue Romance #DCEED7

Color information

#DCEED7 (or 0xDCEED7) is unknown color: approx Blue Romance. HEX triplet: DC, EE and D7. RGB value is (220,238,215). Sum of RGB (Red+Green+Blue) = 220+238+215=673 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.69% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED7 is #231128. Grayscale: #E6E6E6. Windows color (decimal): -2298153 or 14151388. OLE color: 14151388.

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

Color convert

RGB220238215-
CMYK0.0800.100.07
HSL106.96º40.35%88.82%-
HSV(B)106.96º9.66%93.33%-
XYZ72.3681.2776.16-
YUV230119.54120.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.69%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=32.69%
G=35.36%
B=31.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382150.0800.100.07106.9640.3588.82
HexDCEED780A76b2859
Octal33435632710012715350131
Binary11011100111011101101011110000101011111010111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEED7; }

 p { color: rgb(220,238,215); }

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

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

 a { background-color: rgb(220,238,215); }

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

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

 span { border-color: rgb(220,238,215); }

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