#D0CFCC

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

Shades of Concrete #D0CFCC

Tints of Concrete #D0CFCC

Color information

#D0CFCC (or 0xD0CFCC) is unknown color: approx Concrete. HEX triplet: D0, CF and CC. RGB value is (208,207,204). Sum of RGB (Red+Green+Blue) = 208+207+204=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFCC is #2F3033. Grayscale: #CECECE. Windows color (decimal): -3092532 or 13422544. OLE color: 13422544.

HSL color Cylindrical-coordinate representation of color #D0CFCC: hue angle of 45º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CFCC is Cyan = 0, Magento = 0.00, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208207204-
CMYK00.000.020.18
HSL45º4.08%80.78%-
HSV(B)45º1.92%81.57%-
XYZ59.2262.466.05-
YUV206.96126.33128.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 204 (80.08% from 255) = 32.96%
R=33.60%
G=33.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820720400.000.020.18454.0880.78
HexD0CFCC002122d451
Octal32031731400222554121
Binary1101000011001111110011000010100101011011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFCC; }

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

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

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

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

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

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

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

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