#DCF5D7

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

Shades of Blue Romance #DCF5D7

Tints of Blue Romance #DCF5D7

Color information

#DCF5D7 (or 0xDCF5D7) is unknown color: approx Blue Romance. HEX triplet: DC, F5 and D7. RGB value is (220,245,215). Sum of RGB (Red+Green+Blue) = 220+245+215=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 215 (84.38% from 255 or 31.62% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF5D7 is #230A28. Grayscale: #EAEAEA. Windows color (decimal): -2296361 or 14153180. OLE color: 14153180.

HSL color Cylindrical-coordinate representation of color #DCF5D7: hue angle of 110º degrees, saturation: 0.6, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF5D7 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB220245215-
CMYK0.1000.120.04
HSL110º60%90.2%-
HSV(B)110º12.24%96.08%-
XYZ74.4385.4376.86-
YUV234.1117.22117.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.35%
GREEN value IS 245 (96.09% from 255) = 36.03%
BLUE value IS 215 (84.38% from 255) = 31.62%
R=32.35%
G=36.03%
B=31.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202452150.1000.120.041106090.2
HexDCF5D7A0C46e3c5a
Octal33436532712014415674132
Binary11011100111101011101011110100110010011011101111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF5D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF5D7; }

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

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

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

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

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

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

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

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