#D0FCCD

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

Shades of Blue Romance #D0FCCD

Tints of Blue Romance #D0FCCD

Color information

#D0FCCD (or 0xD0FCCD) is unknown color: approx Blue Romance. HEX triplet: D0, FC and CD. RGB value is (208,252,205). Sum of RGB (Red+Green+Blue) = 208+252+205=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCCD is #2F0332. Grayscale: #E9E9E9. Windows color (decimal): -3081011 or 13499600. OLE color: 13499600.

HSL color Cylindrical-coordinate representation of color #D0FCCD: hue angle of 116.17º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D0FCCD is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB208252205-
CMYK0.1700.190.01
HSL116.17º88.68%89.61%-
HSV(B)116.17º18.65%98.82%-
XYZ71.8487.4470.85-
YUV233.49111.92109.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 252 (98.83% from 255) = 37.89%
BLUE value IS 205 (80.47% from 255) = 30.83%
R=31.28%
G=37.89%
B=30.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2082522050.1700.190.01116.1788.6889.61
HexD0FCCD11013174595a
Octal320374315210231164131132
Binary110100001111110011001101100010100111111010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FCCD; }

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

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

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

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

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

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

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

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