#D4FBCE

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

Shades of Blue Romance #D4FBCE

Tints of Blue Romance #D4FBCE

Color information

#D4FBCE (or 0xD4FBCE) is unknown color: approx Blue Romance. HEX triplet: D4, FB and CE. RGB value is (212,251,206). Sum of RGB (Red+Green+Blue) = 212+251+206=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 206 (80.86% from 255 or 30.79% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FBCE is #2B0431. Grayscale: #EAEAEA. Windows color (decimal): -2819122 or 13564884. OLE color: 13564884.

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

Color convert

RGB212251206-
CMYK0.1600.180.02
HSL112º84.91%89.61%-
HSV(B)112º17.93%98.43%-
XYZ72.7987.4571.44-
YUV234.21112.08112.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 206 (80.86% from 255) = 30.79%
R=31.69%
G=37.52%
B=30.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122512060.1600.180.0211284.9189.61
HexD4FBCE10012270555a
Octal324373316200222160125132
Binary1101010011111011110011101000001001010111000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FBCE; }

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

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

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

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

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

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

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

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