#DCFCD3

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

Shades of Blue Romance #DCFCD3

Tints of Blue Romance #DCFCD3

Color information

#DCFCD3 (or 0xDCFCD3) is unknown color: approx Blue Romance. HEX triplet: DC, FC and D3. RGB value is (220,252,211). Sum of RGB (Red+Green+Blue) = 220+252+211=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 211 (82.81% from 255 or 30.89% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD3 is #23032C. Grayscale: #EDEDED. Windows color (decimal): -2294573 or 13892828. OLE color: 13892828.

HSL color Cylindrical-coordinate representation of color #DCFCD3: hue angle of 106.83º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCFCD3 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB220252211-
CMYK0.1300.160.01
HSL106.83º87.23%90.78%-
HSV(B)106.83º16.27%98.82%-
XYZ76.0889.5474.9-
YUV237.76112.9115.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.21%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 211 (82.81% from 255) = 30.89%
R=32.21%
G=36.90%
B=30.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202522110.1300.160.01106.8387.2390.78
HexDCFCD3D01016b575b
Octal334374323150201153127133
Binary11011100111111001101001111010100001110101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCD3; }

 p { color: rgb(220,252,211); }

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

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

 a { background-color: rgb(220,252,211); }

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

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

 span { border-color: rgb(220,252,211); }

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