#DCFAD5

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

Shades of Blue Romance #DCFAD5

Tints of Blue Romance #DCFAD5

Color information

#DCFAD5 (or 0xDCFAD5) is unknown color: approx Blue Romance. HEX triplet: DC, FA and D5. RGB value is (220,250,213). Sum of RGB (Red+Green+Blue) = 220+250+213=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD5 is #23052A. Grayscale: #ECECEC. Windows color (decimal): -2295083 or 14023388. OLE color: 14023388.

HSL color Cylindrical-coordinate representation of color #DCFAD5: hue angle of 108.65º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFAD5 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB220250213-
CMYK0.1200.150.02
HSL108.65º78.72%90.78%-
HSV(B)108.65º14.8%98.04%-
XYZ75.7188.3976.02-
YUV236.81114.56116.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=32.21%
G=36.60%
B=31.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502130.1200.150.02108.6578.7290.78
HexDCFAD5C0F26d4f5b
Octal334372325140172155117133
Binary11011100111110101101010111000111110110110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFAD5; }

 p { color: rgb(220,250,213); }

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

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

 a { background-color: rgb(220,250,213); }

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

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

 span { border-color: rgb(220,250,213); }

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