#D5EFCF

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

Shades of Blue Romance #D5EFCF

Tints of Blue Romance #D5EFCF

Color information

#D5EFCF (or 0xD5EFCF) is unknown color: approx Blue Romance. HEX triplet: D5, EF and CF. RGB value is (213,239,207). Sum of RGB (Red+Green+Blue) = 213+239+207=659 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.32% from 659); Green value is 239 (93.75% from 255 or 36.27% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFCF is #2A1030. Grayscale: #E3E3E3. Windows color (decimal): -2756657 or 13627349. OLE color: 13627349.

HSL color Cylindrical-coordinate representation of color #D5EFCF: hue angle of 108.75º 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 #D5EFCF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB213239207-
CMYK0.1100.130.06
HSL108.75º50%87.45%-
HSV(B)108.75º13.39%93.73%-
XYZ69.5780.3870.88-
YUV227.58116.39117.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.32%
GREEN value IS 239 (93.75% from 255) = 36.27%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=32.32%
G=36.27%
B=31.41%

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
Decimal2132392070.1100.130.06108.755087.45
HexD5EFCFB0D66d3257
Octal32535731713015615562127
Binary11010101111011111100111110110110111011011011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFCF; }

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

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

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

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

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

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

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

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