#D4FDCD

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

Shades of Blue Romance #D4FDCD

Tints of Blue Romance #D4FDCD

Color information

#D4FDCD (or 0xD4FDCD) is unknown color: approx Blue Romance. HEX triplet: D4, FD and CD. RGB value is (212,253,205). Sum of RGB (Red+Green+Blue) = 212+253+205=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #D4FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FDCD is #2B0232. Grayscale: #EBEBEB. Windows color (decimal): -2818611 or 13499860. OLE color: 13499860.

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

Color convert

RGB212253205-
CMYK0.1600.190.01
HSL111.25º92.31%89.8%-
HSV(B)111.25º18.97%99.22%-
XYZ73.388.6671.01-
YUV235.27110.92111.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.64%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=31.64%
G=37.76%
B=30.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122532050.1600.190.01111.2592.3189.8
HexD4FDCD1001316f5c5a
Octal324375315200231157134132
Binary110101001111110111001101100000100111110111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FDCD; }

 p { color: rgb(212,253,205); }

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

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

 a { background-color: rgb(212,253,205); }

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

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

 span { border-color: rgb(212,253,205); }

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