#D4FACD

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

Shades of Blue Romance #D4FACD

Tints of Blue Romance #D4FACD

Color information

#D4FACD (or 0xD4FACD) is unknown color: approx Blue Romance. HEX triplet: D4, FA and CD. RGB value is (212,250,205). Sum of RGB (Red+Green+Blue) = 212+250+205=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 250 (98.05% from 255 or 37.48% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FACD is #2B0532. Grayscale: #E9E9E9. Windows color (decimal): -2819379 or 13499092. OLE color: 13499092.

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

Color convert

RGB212250205-
CMYK0.1500.180.02
HSL110.67º81.82%89.22%-
HSV(B)110.67º18%98.04%-
XYZ72.3686.7870.69-
YUV233.51111.91112.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 250 (98.05% from 255) = 37.48%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=31.78%
G=37.48%
B=30.73%

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
Decimal2122502050.1500.180.02110.6781.8289.22
HexD4FACDF01226f5259
Octal324372315170222157122131
Binary110101001111101011001101111101001010110111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FACD; }

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

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

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

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

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

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

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

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