#DCFCD4

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

Shades of Blue Romance #DCFCD4

Tints of Blue Romance #DCFCD4

Color information

#DCFCD4 (or 0xDCFCD4) is unknown color: approx Blue Romance. HEX triplet: DC, FC and D4. RGB value is (220,252,212). Sum of RGB (Red+Green+Blue) = 220+252+212=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 212 (83.20% from 255 or 30.99% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFCD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFCD4 is #23032B. Grayscale: #EDEDED. Windows color (decimal): -2294572 or 13958364. OLE color: 13958364.

HSL color Cylindrical-coordinate representation of color #DCFCD4: hue angle of 108º 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 #DCFCD4 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB220252212-
CMYK0.1300.160.01
HSL108º86.96%90.98%-
HSV(B)108º15.87%98.82%-
XYZ76.2189.5975.56-
YUV237.87113.4115.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 212 (83.20% from 255) = 30.99%
R=32.16%
G=36.84%
B=30.99%

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
Decimal2202522120.1300.160.0110886.9690.98
HexDCFCD4D01016c575b
Octal334374324150201154127133
Binary11011100111111001101010011010100001110110010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFCD4; }

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

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

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

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

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

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

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

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