#D6CCD0

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

Shades of Prim #D6CCD0

Tints of Prim #D6CCD0

Color information

#D6CCD0 (or 0xD6CCD0) is unknown color: approx Prim. HEX triplet: D6, CC and D0. RGB value is (214,204,208). Sum of RGB (Red+Green+Blue) = 214+204+208=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 208 (81.64% from 255 or 33.23% from 626); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD0 is #29332F. Grayscale: #CFCFCF. Windows color (decimal): -2700080 or 13683926. OLE color: 13683926.

HSL color Cylindrical-coordinate representation of color #D6CCD0: hue angle of 336º degrees, saturation: 0.11, 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 #D6CCD0 is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214204208-
CMYK00.050.030.16
HSL336º10.87%81.96%-
HSV(B)336º4.67%83.92%-
XYZ60.7162.0468.45-
YUV207.45128.31132.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.19%
GREEN value IS 204 (80.08% from 255) = 32.59%
BLUE value IS 208 (81.64% from 255) = 33.23%
R=34.19%
G=32.59%
B=33.23%

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
Decimal21420420800.050.030.1633610.8781.96
HexD6CCD005310150b52
Octal3263143200532052013122
Binary1101011011001100110100000101111000010101000010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCD0; }

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

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

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

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

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

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

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

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