Html Css Color HEX #D1FACD Blue Romance

📋 copy color: '#D1FACD'

red 209 ◦ green 250 ◦ blue 205

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

Shades of Blue Romance #D1FACD

Tints of Blue Romance #D1FACD

RGB

 RED value IS 209 (82.03% from 255) = 31.48%

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

 BLUE value IS 205 (80.47% from 255) = 30.87%

R = 31.48%
G = 37.65%
B = 30.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#D1FACD (or 0xD1FACD) is known color: Blue Romance. HEX triplet: D1, FA and CD. RGB value is (209,250,205). Sum of RGB (Red+Green+Blue) = 209+250+205=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 205 (80.47% from 255 or 30.87% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FACD is #2E0532. Grayscale: #E8E8E8. Windows color (decimal): -3015987 or 13499089. OLE color: 13499089.

HSL color Cylindrical-coordinate representation of color #D1FACD: hue angle of 114.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FACD is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 250 205 -
CMYK 0.16 0 0.18 0.02
HSL 114.67º 0.82% 0.89% -
HSV(B) 114.67º 0.18% 0.98% -
XYZ 71.5 86.33 70.65 -
YUV 232.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 209 250 205 0.16 0 0.18 0.02 114.67 0.82 0.89
Hex D1 FA CD 10 0 12 2 73 52 59
Octal 321 372 315 20 0 22 2 163 122 131
Binary 11010001 11111010 11001101 10000 0 10010 10 1110011 1010010 1011001

Color Harmonies of #D1FACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1FACD

Black with #D1FACD

Text Example


Text Example

White with #D1FACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1FACD; }

 p { color: rgb(209,250,205); }

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

background-color css

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

 a { background-color: rgb(209,250,205); }

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

border-color css

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

 span { border-color: rgb(209,250,205); }

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