#DCEBD7

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

Shades of Blue Romance #DCEBD7

Tints of Blue Romance #DCEBD7

Color information

#DCEBD7 (or 0xDCEBD7) is unknown color: approx Blue Romance. HEX triplet: DC, EB and D7. RGB value is (220,235,215). Sum of RGB (Red+Green+Blue) = 220+235+215=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBD7 is #231428. Grayscale: #E4E4E4. Windows color (decimal): -2298921 or 14150620. OLE color: 14150620.

HSL color Cylindrical-coordinate representation of color #DCEBD7: hue angle of 105º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEBD7 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB220235215-
CMYK0.0600.090.08
HSL105º33.33%88.24%-
HSV(B)105º8.51%92.16%-
XYZ71.4979.5475.87-
YUV228.24120.53122.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 215 (84.38% from 255) = 32.09%
R=32.84%
G=35.07%
B=32.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352150.0600.090.0810533.3388.24
HexDCEBD76098692158
Octal33435332760111015141130
Binary11011100111010111101011111001001100011010011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBD7; }

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

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

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

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

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

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

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

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