#D4FFCC

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

Shades of Blue Romance #D4FFCC

Tints of Blue Romance #D4FFCC

Color information

#D4FFCC (or 0xD4FFCC) is unknown color: approx Blue Romance. HEX triplet: D4, FF and CC. RGB value is (212,255,204). Sum of RGB (Red+Green+Blue) = 212+255+204=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 204 (80.08% from 255 or 30.40% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFCC is #2B0033. Grayscale: #ECECEC. Windows color (decimal): -2818100 or 13434836. OLE color: 13434836.

HSL color Cylindrical-coordinate representation of color #D4FFCC: hue angle of 110.59º 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 #D4FFCC is Cyan = 0.17, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB212255204-
CMYK0.1700.20
HSL110.59º100%90%-
HSV(B)110.59º20%100%-
XYZ73.8189.8870.58-
YUV236.33109.75110.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 204 (80.08% from 255) = 30.40%
R=31.59%
G=38.00%
B=30.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122552040.1700.20110.5910090
HexD4FFCC1101406f645a
Octal324377314210240157144132
Binary110101001111111111001100100010101000110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FFCC; }

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

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

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

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

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

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

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

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