#DCF3D5

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

Shades of Blue Romance #DCF3D5

Tints of Blue Romance #DCF3D5

Color information

#DCF3D5 (or 0xDCF3D5) is unknown color: approx Blue Romance. HEX triplet: DC, F3 and D5. RGB value is (220,243,213). Sum of RGB (Red+Green+Blue) = 220+243+213=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF3D5 is #230C2A. Grayscale: #E8E8E8. Windows color (decimal): -2296875 or 14021596. OLE color: 14021596.

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

Color convert

RGB220243213-
CMYK0.0900.120.05
HSL106º55.56%89.41%-
HSV(B)106º12.35%95.29%-
XYZ73.5884.1275.31-
YUV232.7116.88118.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 243 (95.31% from 255) = 35.95%
BLUE value IS 213 (83.59% from 255) = 31.51%
R=32.54%
G=35.95%
B=31.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202432130.0900.120.0510655.5689.41
HexDCF3D590C56a3859
Octal33436332511014515270131
Binary11011100111100111101010110010110010111010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3D5; }

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

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

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

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

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

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

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

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