Html Css Color HEX #DCFAD5 Blue Romance

📋 copy color: '#DCFAD5'

red 220 ◦ green 250 ◦ blue 213

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

Shades of Blue Romance #DCFAD5

Tints of Blue Romance #DCFAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.19%

R = 32.21%
G = 36.6%
B = 31.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#DCFAD5 (or 0xDCFAD5) is known color: Blue Romance. HEX triplet: DC, FA and D5. RGB value is (220,250,213). Sum of RGB (Red+Green+Blue) = 220+250+213=683 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.21% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD5 is #23052A. Grayscale: #ECECEC. Windows color (decimal): -2295083 or 14023388. OLE color: 14023388.

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

Color convert

RGB 220 250 213 -
CMYK 0.12 0 0.15 0.02
HSL 108.65º 0.79% 0.91% -
HSV(B) 108.65º 0.15% 0.98% -
XYZ 75.71 88.39 76.02 -
YUV 236.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 220 250 213 0.12 0 0.15 0.02 108.65 0.79 0.91
Hex DC FA D5 C 0 F 2 6D 4F 5B
Octal 334 372 325 14 0 17 2 155 117 133
Binary 11011100 11111010 11010101 1100 0 1111 10 1101101 1001111 1011011

Color Harmonies of #DCFAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAD5

Black with #DCFAD5

Text Example


Text Example

White with #DCFAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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