#DCEFD7

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

Shades of Blue Romance #DCEFD7

Tints of Blue Romance #DCEFD7

Color information

#DCEFD7 (or 0xDCEFD7) is unknown color: approx Blue Romance. HEX triplet: DC, EF and D7. RGB value is (220,239,215). Sum of RGB (Red+Green+Blue) = 220+239+215=674 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.64% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD7 is #231028. Grayscale: #E6E6E6. Windows color (decimal): -2297897 or 14151644. OLE color: 14151644.

HSL color Cylindrical-coordinate representation of color #DCEFD7: hue angle of 107.5º degrees, saturation: 0.43, 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 #DCEFD7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB220239215-
CMYK0.0800.100.06
HSL107.5º42.86%89.02%-
HSV(B)107.5º10.04%93.73%-
XYZ72.6581.8576.26-
YUV230.58119.21120.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.64%
GREEN value IS 239 (93.75% from 255) = 35.46%
BLUE value IS 215 (84.38% from 255) = 31.90%
R=32.64%
G=35.46%
B=31.90%

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
Decimal2202392150.0800.100.06107.542.8689.02
HexDCEFD780A66b2b59
Octal33435732710012615353131
Binary11011100111011111101011110000101011011010111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFD7; }

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

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

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

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

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

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

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

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