#DCF1D7

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

Shades of Blue Romance #DCF1D7

Tints of Blue Romance #DCF1D7

Color information

#DCF1D7 (or 0xDCF1D7) is unknown color: approx Blue Romance. HEX triplet: DC, F1 and D7. RGB value is (220,241,215). Sum of RGB (Red+Green+Blue) = 220+241+215=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 215 (84.38% from 255 or 31.80% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF1D7 is #230E28. Grayscale: #E7E7E7. Windows color (decimal): -2297385 or 14152156. OLE color: 14152156.

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

Color convert

RGB220241215-
CMYK0.0900.110.05
HSL108.46º48.15%89.41%-
HSV(B)108.46º10.79%94.51%-
XYZ73.2483.0376.46-
YUV231.76118.54119.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 241 (94.53% from 255) = 35.65%
BLUE value IS 215 (84.38% from 255) = 31.80%
R=32.54%
G=35.65%
B=31.80%

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
Decimal2202412150.0900.110.05108.4648.1589.41
HexDCF1D790B56c3059
Octal33436132711013515460131
Binary11011100111100011101011110010101110111011001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1D7; }

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

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

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

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

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

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

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

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