#DCF1D8

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

Shades of Blue Romance #DCF1D8

Tints of Blue Romance #DCF1D8

Color information

#DCF1D8 (or 0xDCF1D8) is unknown color: approx Blue Romance. HEX triplet: DC, F1 and D8. RGB value is (220,241,216). Sum of RGB (Red+Green+Blue) = 220+241+216=677 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.50% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D8 is #230E27. Grayscale: #E7E7E7. Windows color (decimal): -2297384 or 14217692. OLE color: 14217692.

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

Color convert

RGB220241216-
CMYK0.0900.100.05
HSL110.4º47.17%89.61%-
HSV(B)110.4º10.37%94.51%-
XYZ73.3783.0877.14-
YUV231.87119.04119.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.50%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=32.50%
G=35.60%
B=31.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202412160.0900.100.05110.447.1789.61
HexDCF1D890A56e2f5a
Octal33436133011012515657132
Binary11011100111100011101100010010101010111011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1D8; }

 p { color: rgb(220,241,216); }

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

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

 a { background-color: rgb(220,241,216); }

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

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

 span { border-color: rgb(220,241,216); }

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