#D6CBCD

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

Shades of Prim #D6CBCD

Tints of Prim #D6CBCD

Color information

#D6CBCD (or 0xD6CBCD) is unknown color: approx Prim. HEX triplet: D6, CB and CD. RGB value is (214,203,205). Sum of RGB (Red+Green+Blue) = 214+203+205=622 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.41% from 622); Green value is 203 (79.69% from 255 or 32.64% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBCD is #293432. Grayscale: #CECECE. Windows color (decimal): -2700339 or 13487062. OLE color: 13487062.

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

Color convert

RGB214203205-
CMYK00.050.040.16
HSL349.09º11.83%81.76%-
HSV(B)349.09º5.14%83.92%-
XYZ60.1161.4266.44-
YUV206.52127.14133.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.41%
GREEN value IS 203 (79.69% from 255) = 32.64%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=34.41%
G=32.64%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420320500.050.040.16349.0911.8381.76
HexD6CBCD0541015dc52
Octal3263133150542053514122
Binary11010110110010111100110101011001000010101110111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CBCD; }

 p { color: rgb(214,203,205); }

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

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

 a { background-color: rgb(214,203,205); }

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

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

 span { border-color: rgb(214,203,205); }

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