#D7CCD0

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

Shades of Prim #D7CCD0

Tints of Prim #D7CCD0

Color information

#D7CCD0 (or 0xD7CCD0) is unknown color: approx Prim. HEX triplet: D7, CC and D0. RGB value is (215,204,208). Sum of RGB (Red+Green+Blue) = 215+204+208=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CCD0 is #28332F. Grayscale: #CFCFCF. Windows color (decimal): -2634544 or 13683927. OLE color: 13683927.

HSL color Cylindrical-coordinate representation of color #D7CCD0: hue angle of 338.18º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D7CCD0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB215204208-
CMYK00.050.030.16
HSL338.18º12.09%82.16%-
HSV(B)338.18º5.12%84.31%-
XYZ6162.1968.46-
YUV207.74128.14133.17-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 208 (81.64% from 255) = 33.17%
R=34.29%
G=32.54%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520420800.050.030.16338.1812.0982.16
HexD7CCD005310152c52
Octal3273143200532052214122
Binary1101011111001100110100000101111000010101001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CCD0; }

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

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

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

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

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

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

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

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