#D4FBCC

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

Shades of Blue Romance #D4FBCC

Tints of Blue Romance #D4FBCC

Color information

#D4FBCC (or 0xD4FBCC) is unknown color: approx Blue Romance. HEX triplet: D4, FB and CC. RGB value is (212,251,204). Sum of RGB (Red+Green+Blue) = 212+251+204=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 204 (80.08% from 255 or 30.58% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FBCC is #2B0433. Grayscale: #EAEAEA. Windows color (decimal): -2819124 or 13433812. OLE color: 13433812.

HSL color Cylindrical-coordinate representation of color #D4FBCC: hue angle of 109.79º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4FBCC is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB212251204-
CMYK0.1600.190.02
HSL109.79º85.45%89.22%-
HSV(B)109.79º18.73%98.43%-
XYZ72.5587.3570.16-
YUV233.98111.08112.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.78%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 204 (80.08% from 255) = 30.58%
R=31.78%
G=37.63%
B=30.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122512040.1600.190.02109.7985.4589.22
HexD4FBCC1001326e5559
Octal324373314200232156125131
Binary1101010011111011110011001000001001110110111010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FBCC; }

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

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

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

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

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

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

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

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