#D6CACC

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

Shades of Prim #D6CACC

Tints of Prim #D6CACC

Color information

#D6CACC (or 0xD6CACC) is unknown color: approx Prim. HEX triplet: D6, CA and CC. RGB value is (214,202,204). Sum of RGB (Red+Green+Blue) = 214+202+204=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CACC is #293533. Grayscale: #CDCDCD. Windows color (decimal): -2700596 or 13421270. OLE color: 13421270.

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

Color convert

RGB214202204-
CMYK00.060.050.16
HSL350º12.77%81.57%-
HSV(B)350º5.61%83.92%-
XYZ59.7560.965.73-
YUV205.82126.98133.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=34.52%
G=32.58%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420220400.060.050.1635012.7781.57
HexD6CACC0651015ed52
Octal3263123140652053615122
Binary11010110110010101100110001101011000010101111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CACC; }

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

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

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

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

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

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

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

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