Html Css Color HEX #DCFAD7 Blue Romance

📋 copy color: '#DCFAD7'

red 220 ◦ green 250 ◦ blue 215

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

Shades of Blue Romance #DCFAD7

Tints of Blue Romance #DCFAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.39%

R = 32.12%
G = 36.5%
B = 31.39%

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

#DCFAD7 (or 0xDCFAD7) is known color: Blue Romance. HEX triplet: DC, FA and D7. RGB value is (220,250,215). Sum of RGB (Red+Green+Blue) = 220+250+215=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 215 (84.38% from 255 or 31.39% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFAD7 is #230528. Grayscale: #EDEDED. Windows color (decimal): -2295081 or 14154460. OLE color: 14154460.

HSL color Cylindrical-coordinate representation of color #DCFAD7: hue angle of 111.43º 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 #DCFAD7 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 250 215 -
CMYK 0.12 0 0.14 0.02
HSL 111.43º 0.78% 0.91% -
HSV(B) 111.43º 0.14% 0.98% -
XYZ 75.97 88.49 77.37 -
YUV 237.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 220 250 215 0.12 0 0.14 0.02 111.43 0.78 0.91
Hex DC FA D7 C 0 E 2 6F 4E 5B
Octal 334 372 327 14 0 16 2 157 116 133
Binary 11011100 11111010 11010111 1100 0 1110 10 1101111 1001110 1011011

Color Harmonies of #DCFAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFAD7

Black with #DCFAD7

Text Example


Text Example

White with #DCFAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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