#D4FCCF

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

Shades of Blue Romance #D4FCCF

Tints of Blue Romance #D4FCCF

Color information

#D4FCCF (or 0xD4FCCF) is unknown color: approx Blue Romance. HEX triplet: D4, FC and CF. RGB value is (212,252,207). Sum of RGB (Red+Green+Blue) = 212+252+207=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FCCF is #2B0330. Grayscale: #EBEBEB. Windows color (decimal): -2818865 or 13630676. OLE color: 13630676.

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

Color convert

RGB212252207-
CMYK0.1600.180.01
HSL113.33º88.24%90%-
HSV(B)113.33º17.86%98.82%-
XYZ73.2288.1272.18-
YUV234.91112.25111.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.59%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=31.59%
G=37.56%
B=30.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122522070.1600.180.01113.3388.2490
HexD4FCCF10012171585a
Octal324374317200221161130132
Binary110101001111110011001111100000100101111000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FCCF; }

 p { color: rgb(212,252,207); }

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

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

 a { background-color: rgb(212,252,207); }

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

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

 span { border-color: rgb(212,252,207); }

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