#DCFFD4

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

Shades of Blue Romance #DCFFD4

Tints of Blue Romance #DCFFD4

Color information

#DCFFD4 (or 0xDCFFD4) is unknown color: approx Blue Romance. HEX triplet: DC, FF and D4. RGB value is (220,255,212). Sum of RGB (Red+Green+Blue) = 220+255+212=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 212 (83.20% from 255 or 30.86% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFFD4 is #23002B. Grayscale: #EFEFEF. Windows color (decimal): -2293804 or 13959132. OLE color: 13959132.

HSL color Cylindrical-coordinate representation of color #DCFFD4: hue angle of 108.84º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCFFD4 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB220255212-
CMYK0.1400.170
HSL108.84º100%91.57%-
HSV(B)108.84º16.86%100%-
XYZ77.1691.4975.88-
YUV239.63112.4114-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 212 (83.20% from 255) = 30.86%
R=32.02%
G=37.12%
B=30.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552120.1400.170108.8410091.57
HexDCFFD4E01106d645c
Octal334377324160210155144134
Binary11011100111111111101010011100100010110110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFD4; }

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

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

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

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

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

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

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

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