Html Css Color HEX #DCFED6 Blue Romance

📋 copy color: '#DCFED6'

red 220 ◦ green 254 ◦ blue 214

#DCFED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Romance #DCFED6

Tints of Blue Romance #DCFED6

RGB

 RED value IS 220 (86.33% from 255) = 31.98%

 GREEN value IS 254 (99.61% from 255) = 36.92%

 BLUE value IS 214 (83.98% from 255) = 31.1%

R = 31.98%
G = 36.92%
B = 31.1%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#DCFED6 (or 0xDCFED6) is known color: Blue Romance. HEX triplet: DC, FE and D6. RGB value is (220,254,214). Sum of RGB (Red+Green+Blue) = 220+254+214=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFED6 is #230129. Grayscale: #EFEFEF. Windows color (decimal): -2294058 or 14089948. OLE color: 14089948.

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

Color convert

RGB 220 254 214 -
CMYK 0.13 0 0.16 0.00
HSL 111º 0.95% 0.92% -
HSV(B) 111º 0.16% 1% -
XYZ 77.09 90.95 77.11 -
YUV 239.27 113.74 114.25 -
System Red Green Blue C M Y K H S L
Decimal 220 254 214 0.13 0 0.16 0.00 111 0.95 0.92
Hex DC FE D6 D 0 10 0 6F 5F 5C
Octal 334 376 326 15 0 20 0 157 137 134
Binary 11011100 11111110 11010110 1101 0 10000 0 1101111 1011111 1011100

Color Harmonies of #DCFED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFED6

Black with #DCFED6

Text Example


Text Example

White with #DCFED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFED6; }

 p { color: rgb(220,254,214); }

 H1.HeaderClassName
 {
   color: #DCFED6;
 }
 .AnyTagClassName
 {
   color: #DCFED6;
 }
</style>

background-color css

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

 a { background-color: rgb(220,254,214); }

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

border-color css

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

 span { border-color: rgb(220,254,214); }

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