#DCF2D7

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

Shades of Blue Romance #DCF2D7

Tints of Blue Romance #DCF2D7

Color information

#DCF2D7 (or 0xDCF2D7) is unknown color: approx Blue Romance. HEX triplet: DC, F2 and D7. RGB value is (220,242,215). Sum of RGB (Red+Green+Blue) = 220+242+215=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 215 (84.38% from 255 or 31.76% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D7 is #230D28. Grayscale: #E8E8E8. Windows color (decimal): -2297129 or 14152412. OLE color: 14152412.

HSL color Cylindrical-coordinate representation of color #DCF2D7: hue angle of 108.89º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF2D7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB220242215-
CMYK0.0900.110.05
HSL108.89º50.94%89.61%-
HSV(B)108.89º11.16%94.9%-
XYZ73.5383.6376.56-
YUV232.34118.21119.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 215 (84.38% from 255) = 31.76%
R=32.50%
G=35.75%
B=31.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422150.0900.110.05108.8950.9489.61
HexDCF2D790B56d335a
Octal33436232711013515563132
Binary11011100111100101101011110010101110111011011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2D7; }

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

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

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

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

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

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

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

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