#D4EBCF

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

Shades of Blue Romance #D4EBCF

Tints of Blue Romance #D4EBCF

Color information

#D4EBCF (or 0xD4EBCF) is unknown color: approx Blue Romance. HEX triplet: D4, EB and CF. RGB value is (212,235,207). Sum of RGB (Red+Green+Blue) = 212+235+207=654 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.42% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBCF is #2B1430. Grayscale: #E1E1E1. Windows color (decimal): -2823217 or 13626324. OLE color: 13626324.

HSL color Cylindrical-coordinate representation of color #D4EBCF: hue angle of 109.29º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4EBCF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB212235207-
CMYK0.1000.120.08
HSL109.29º41.18%86.67%-
HSV(B)109.29º11.91%92.16%-
XYZ68.1277.9270.48-
YUV224.93117.88118.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.42%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=32.42%
G=35.93%
B=31.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352070.1000.120.08109.2941.1886.67
HexD4EBCFA0C86d2957
Octal324353317120141015551127
Binary110101001110101111001111101001100100011011011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBCF; }

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

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

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

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

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

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

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

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