#D0EFCF

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

Shades of Blue Romance #D0EFCF

Tints of Blue Romance #D0EFCF

Color information

#D0EFCF (or 0xD0EFCF) is unknown color: approx Blue Romance. HEX triplet: D0, EF and CF. RGB value is (208,239,207). Sum of RGB (Red+Green+Blue) = 208+239+207=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EFCF is #2F1030. Grayscale: #E2E2E2. Windows color (decimal): -3084337 or 13627344. OLE color: 13627344.

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

Color convert

RGB208239207-
CMYK0.1300.130.06
HSL118.12º50%87.45%-
HSV(B)118.12º13.39%93.73%-
XYZ68.1479.6570.81-
YUV226.08117.23115.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=31.80%
G=36.54%
B=31.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2082392070.1300.130.06118.125087.45
HexD0EFCFD0D6763257
Octal32035731715015616662127
Binary11010000111011111100111111010110111011101101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EFCF; }

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

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

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

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

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

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

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

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