#D2FACD

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

Shades of Blue Romance #D2FACD

Tints of Blue Romance #D2FACD

Color information

#D2FACD (or 0xD2FACD) is unknown color: approx Blue Romance. HEX triplet: D2, FA and CD. RGB value is (210,250,205). Sum of RGB (Red+Green+Blue) = 210+250+205=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FACD is #2D0532. Grayscale: #E9E9E9. Windows color (decimal): -2950451 or 13499090. OLE color: 13499090.

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

Color convert

RGB210250205-
CMYK0.1600.180.02
HSL113.33º81.82%89.22%-
HSV(B)113.33º18%98.04%-
XYZ71.7886.4870.67-
YUV232.91112.25111.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.58%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=31.58%
G=37.59%
B=30.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502050.1600.180.02113.3381.8289.22
HexD2FACD100122715259
Octal322372315200222161122131
Binary1101001011111010110011011000001001010111000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FACD; }

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

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

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

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

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

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

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

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