#D0EDCD

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

Shades of Blue Romance #D0EDCD

Tints of Blue Romance #D0EDCD

Color information

#D0EDCD (or 0xD0EDCD) is unknown color: approx Blue Romance. HEX triplet: D0, ED and CD. RGB value is (208,237,205). Sum of RGB (Red+Green+Blue) = 208+237+205=650 (86% of max value = 765). Red value is 208 (81.64% from 255 or 32% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 205 (80.47% from 255 or 31.54% from 650); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDCD is #2F1232. Grayscale: #E0E0E0. Windows color (decimal): -3084851 or 13495760. OLE color: 13495760.

HSL color Cylindrical-coordinate representation of color #D0EDCD: hue angle of 114.37º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0EDCD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB208237205-
CMYK0.1200.140.07
HSL114.37º47.06%86.67%-
HSV(B)114.37º13.5%92.94%-
XYZ67.3278.3969.34-
YUV224.68116.89116.1-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32%
GREEN value IS 237 (92.97% from 255) = 36.46%
BLUE value IS 205 (80.47% from 255) = 31.54%
R=32%
G=36.46%
B=31.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082372050.1200.140.07114.3747.0686.67
HexD0EDCDC0E7722f57
Octal32035531514016716257127
Binary11010000111011011100110111000111011111100101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDCD; }

 p { color: rgb(208,237,205); }

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

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

 a { background-color: rgb(208,237,205); }

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

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

 span { border-color: rgb(208,237,205); }

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