#D8CCD1

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

Shades of Prim #D8CCD1

Tints of Prim #D8CCD1

Color information

#D8CCD1 (or 0xD8CCD1) is unknown color: approx Prim. HEX triplet: D8, CC and D1. RGB value is (216,204,209). Sum of RGB (Red+Green+Blue) = 216+204+209=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CCD1 is #27332E. Grayscale: #D0D0D0. Windows color (decimal): -2569007 or 13749464. OLE color: 13749464.

HSL color Cylindrical-coordinate representation of color #D8CCD1: hue angle of 335º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8CCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB216204209-
CMYK00.060.030.15
HSL335º13.33%82.35%-
HSV(B)335º5.56%84.71%-
XYZ61.4262.3969.13-
YUV208.16128.48133.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.34%
GREEN value IS 204 (80.08% from 255) = 32.43%
BLUE value IS 209 (82.03% from 255) = 33.23%
R=34.34%
G=32.43%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620420900.060.030.1533513.3382.35
HexD8CCD1063F14fd52
Octal3303143210631751715122
Binary110110001100110011010001011011111110100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCD1; }

 p { color: rgb(216,204,209); }

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

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

 a { background-color: rgb(216,204,209); }

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

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

 span { border-color: rgb(216,204,209); }

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