#D5FCD2

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

Shades of Blue Romance #D5FCD2

Tints of Blue Romance #D5FCD2

Color information

#D5FCD2 (or 0xD5FCD2) is unknown color: approx Blue Romance. HEX triplet: D5, FC and D2. RGB value is (213,252,210). Sum of RGB (Red+Green+Blue) = 213+252+210=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCD2 is #2A032D. Grayscale: #EBEBEB. Windows color (decimal): -2753326 or 13827285. OLE color: 13827285.

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

Color convert

RGB213252210-
CMYK0.1500.170.01
HSL115.71º87.5%90.59%-
HSV(B)115.71º16.67%98.82%-
XYZ73.8888.4274.15-
YUV235.55113.58111.92-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.56%
GREEN value IS 252 (98.83% from 255) = 37.33%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=31.56%
G=37.33%
B=31.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522100.1500.170.01115.7187.590.59
HexD5FCD2F011174585b
Octal325374322170211164130133
Binary11010101111111001101001011110100011111010010110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCD2; }

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

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

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

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

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

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

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

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