#CDCCCE

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

Shades of French Grey #CDCCCE

Tints of French Grey #CDCCCE

Color information

#CDCCCE (or 0xCDCCCE) is unknown color: approx French Grey. HEX triplet: CD, CC and CE. RGB value is (205,204,206). Sum of RGB (Red+Green+Blue) = 205+204+206=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDCCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCCE is #323331. Grayscale: #CCCCCC. Windows color (decimal): -3289906 or 13552845. OLE color: 13552845.

HSL color Cylindrical-coordinate representation of color #CDCCCE: hue angle of 270º degrees, saturation: 0.02, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CDCCCE is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB205204206-
CMYK0.000.0100.19
HSL270º2%80.39%-
HSV(B)270º0.97%80.78%-
XYZ57.9160.6267.04-
YUV204.53128.83128.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=33.33%
G=33.17%
B=33.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052042060.000.0100.19270280.39
HexCDCCCE0101310e250
Octal315314316010234162120
Binary11001101110011001100111001010011100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCCCE; }

 p { color: rgb(205,204,206); }

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

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

 a { background-color: rgb(205,204,206); }

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

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

 span { border-color: rgb(205,204,206); }

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