#D0EDCC

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

Shades of Blue Romance #D0EDCC

Tints of Blue Romance #D0EDCC

Color information

#D0EDCC (or 0xD0EDCC) is unknown color: approx Blue Romance. HEX triplet: D0, ED and CC. RGB value is (208,237,204). Sum of RGB (Red+Green+Blue) = 208+237+204=649 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.05% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 204 (80.08% from 255 or 31.43% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDCC is #2F1233. Grayscale: #E0E0E0. Windows color (decimal): -3084852 or 13430224. OLE color: 13430224.

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

Color convert

RGB208237204-
CMYK0.1200.140.07
HSL112.73º47.83%86.47%-
HSV(B)112.73º13.92%92.94%-
XYZ67.278.3468.71-
YUV224.57116.39116.18-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.05%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 204 (80.08% from 255) = 31.43%
R=32.05%
G=36.52%
B=31.43%

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
Decimal2082372040.1200.140.07112.7347.8386.47
HexD0EDCCC0E7713056
Octal32035531414016716160126
Binary11010000111011011100110011000111011111100011100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDCC; }

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

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

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

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

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

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

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

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