#D5FACD

Color #D5FACD Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D5FACD

Tints of Blue Romance #D5FACD

Color information

#D5FACD (or 0xD5FACD) is unknown color: approx Blue Romance. HEX triplet: D5, FA and CD. RGB value is (213,250,205). Sum of RGB (Red+Green+Blue) = 213+250+205=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 250 (98.05% from 255 or 37.43% from 668); Blue value is 205 (80.47% from 255 or 30.69% from 668); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FACD is #2A0532. Grayscale: #E9E9E9. Windows color (decimal): -2753843 or 13499093. OLE color: 13499093.

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

Color convert

RGB213250205-
CMYK0.1500.180.02
HSL109.33º81.82%89.22%-
HSV(B)109.33º18%98.04%-
XYZ72.6586.9370.71-
YUV233.81111.74113.16-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.89%
GREEN value IS 250 (98.05% from 255) = 37.43%
BLUE value IS 205 (80.47% from 255) = 30.69%
R=31.89%
G=37.43%
B=30.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502050.1500.180.02109.3381.8289.22
HexD5FACDF01226d5259
Octal325372315170222155122131
Binary110101011111101011001101111101001010110110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FACD; }

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

 H1.HeaderClassName
 {
   color: #D5FACD;
 }
 .AnyTagClassName
 {
   color: #D5FACD;
 }
</style>
background-color css

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

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

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

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

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

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