#CAC4D1

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

Shades of French Grey #CAC4D1

Tints of French Grey #CAC4D1

Color information

#CAC4D1 (or 0xCAC4D1) is unknown color: approx French Grey. HEX triplet: CA, C4 and D1. RGB value is (202,196,209). Sum of RGB (Red+Green+Blue) = 202+196+209=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 196 (76.95% from 255 or 32.29% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 209 - color contains mainly: blue. Hex color #CAC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4D1 is #353B2E. Grayscale: #C7C7C7. Windows color (decimal): -3488559 or 13747402. OLE color: 13747402.

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

Color convert

RGB202196209-
CMYK0.030.0600.18
HSL267.69º12.38%79.41%-
HSV(B)267.69º6.22%81.96%-
XYZ55.6156.6468.32-
YUV199.28133.49129.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 196 (76.95% from 255) = 32.29%
BLUE value IS 209 (82.03% from 255) = 34.43%
R=33.28%
G=32.29%
B=34.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021962090.030.0600.18267.6912.3879.41
HexCAC4D13601210cc4f
Octal3123043213602241414117
Binary1100101011000100110100011111001001010000110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC4D1; }

 p { color: rgb(202,196,209); }

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

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

 a { background-color: rgb(202,196,209); }

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

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

 span { border-color: rgb(202,196,209); }

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