#D0EBCE

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

Shades of Blue Romance #D0EBCE

Tints of Blue Romance #D0EBCE

Color information

#D0EBCE (or 0xD0EBCE) is unknown color: approx Blue Romance. HEX triplet: D0, EB and CE. RGB value is (208,235,206). Sum of RGB (Red+Green+Blue) = 208+235+206=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EBCE is #2F1431. Grayscale: #DFDFDF. Windows color (decimal): -3085362 or 13560784. OLE color: 13560784.

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

Color convert

RGB208235206-
CMYK0.1100.120.08
HSL115.86º42.03%86.47%-
HSV(B)115.86º12.34%92.16%-
XYZ66.8677.2869.79-
YUV223.62118.05116.86-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 235 (92.19% from 255) = 36.21%
BLUE value IS 206 (80.86% from 255) = 31.74%
R=32.05%
G=36.21%
B=31.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2082352060.1100.120.08115.8642.0386.47
HexD0EBCEB0C8742a56
Octal320353316130141016452126
Binary110100001110101111001110101101100100011101001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EBCE; }

 p { color: rgb(208,235,206); }

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

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

 a { background-color: rgb(208,235,206); }

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

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

 span { border-color: rgb(208,235,206); }

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