Html Css Color HEX #DCFAD6 Blue Romance

📋 copy color: '#DCFAD6'

red 220 ◦ green 250 ◦ blue 214

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

Shades of Blue Romance #DCFAD6

Tints of Blue Romance #DCFAD6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.55%

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

R = 32.16%
G = 36.55%
B = 31.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#DCFAD6 (or 0xDCFAD6) is known color: Blue Romance. HEX triplet: DC, FA and D6. RGB value is (220,250,214). Sum of RGB (Red+Green+Blue) = 220+250+214=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 214 (83.98% from 255 or 31.29% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD6 is #230529. Grayscale: #EDEDED. Windows color (decimal): -2295082 or 14088924. OLE color: 14088924.

HSL color Cylindrical-coordinate representation of color #DCFAD6: hue angle of 110º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFAD6 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 214 -
CMYK 0.12 0 0.14 0.02
HSL 110º 0.78% 0.91% -
HSV(B) 110º 0.14% 0.98% -
XYZ 75.84 88.44 76.69 -
YUV 236.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 220 250 214 0.12 0 0.14 0.02 110 0.78 0.91
Hex DC FA D6 C 0 E 2 6E 4E 5B
Octal 334 372 326 14 0 16 2 156 116 133
Binary 11011100 11111010 11010110 1100 0 1110 10 1101110 1001110 1011011

Color Harmonies of #DCFAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAD6

Black with #DCFAD6

Text Example


Text Example

White with #DCFAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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