#D4FFCD

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

Shades of Blue Romance #D4FFCD

Tints of Blue Romance #D4FFCD

Color information

#D4FFCD (or 0xD4FFCD) is unknown color: approx Blue Romance. HEX triplet: D4, FF and CD. RGB value is (212,255,205). Sum of RGB (Red+Green+Blue) = 212+255+205=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFCD is #2B0032. Grayscale: #ECECEC. Windows color (decimal): -2818099 or 13500372. OLE color: 13500372.

HSL color Cylindrical-coordinate representation of color #D4FFCD: hue angle of 111.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4FFCD is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB212255205-
CMYK0.1700.200
HSL111.6º100%90.2%-
HSV(B)111.6º19.61%100%-
XYZ73.9389.9271.22-
YUV236.44110.25110.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.55%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=31.55%
G=37.95%
B=30.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122552050.1700.200111.610090.2
HexD4FFCD11014070645a
Octal324377315210240160144132
Binary110101001111111111001101100010101000111000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FFCD; }

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

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

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

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

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

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

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

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