#D5FCCD

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

Shades of Blue Romance #D5FCCD

Tints of Blue Romance #D5FCCD

Color information

#D5FCCD (or 0xD5FCCD) is unknown color: approx Blue Romance. HEX triplet: D5, FC and CD. RGB value is (213,252,205). Sum of RGB (Red+Green+Blue) = 213+252+205=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCD is #2A0332. Grayscale: #EBEBEB. Windows color (decimal): -2753331 or 13499605. OLE color: 13499605.

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

Color convert

RGB213252205-
CMYK0.1500.190.01
HSL109.79º88.68%89.61%-
HSV(B)109.79º18.65%98.82%-
XYZ73.2788.1770.92-
YUV234.98111.08112.32-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=31.79%
G=37.61%
B=30.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522050.1500.190.01109.7988.6889.61
HexD5FCCDF01316e595a
Octal325374315170231156131132
Binary11010101111111001100110111110100111110111010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCCD; }

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

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

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

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

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

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

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

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