#D4EFCF

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

Shades of Blue Romance #D4EFCF

Tints of Blue Romance #D4EFCF

Color information

#D4EFCF (or 0xD4EFCF) is unknown color: approx Blue Romance. HEX triplet: D4, EF and CF. RGB value is (212,239,207). Sum of RGB (Red+Green+Blue) = 212+239+207=658 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.22% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFCF is #2B1030. Grayscale: #E3E3E3. Windows color (decimal): -2822193 or 13627348. OLE color: 13627348.

HSL color Cylindrical-coordinate representation of color #D4EFCF: hue angle of 110.62º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4EFCF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB212239207-
CMYK0.1100.130.06
HSL110.62º50%87.45%-
HSV(B)110.62º13.39%93.73%-
XYZ69.2880.2470.87-
YUV227.28116.55117.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 32.22%
GREEN value IS 239 (93.75% from 255) = 36.32%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=32.22%
G=36.32%
B=31.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122392070.1100.130.06110.625087.45
HexD4EFCFB0D66f3257
Octal32435731713015615762127
Binary11010100111011111100111110110110111011011111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFCF; }

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

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

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

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

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

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

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

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