#D0FACD

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

Shades of Blue Romance #D0FACD

Tints of Blue Romance #D0FACD

Color information

#D0FACD (or 0xD0FACD) is unknown color: approx Blue Romance. HEX triplet: D0, FA and CD. RGB value is (208,250,205). Sum of RGB (Red+Green+Blue) = 208+250+205=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FACD is #2F0532. Grayscale: #E8E8E8. Windows color (decimal): -3081523 or 13499088. OLE color: 13499088.

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

Color convert

RGB208250205-
CMYK0.1700.180.02
HSL116º81.82%89.22%-
HSV(B)116º18%98.04%-
XYZ71.2286.1970.64-
YUV232.31112.59110.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.37%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 205 (80.47% from 255) = 30.92%
R=31.37%
G=37.71%
B=30.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502050.1700.180.0211681.8289.22
HexD0FACD110122745259
Octal320372315210222164122131
Binary1101000011111010110011011000101001010111010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FACD; }

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

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

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

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

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

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

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

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