#CCCBCD

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

Shades of French Grey #CCCBCD

Tints of French Grey #CCCBCD

Color information

#CCCBCD (or 0xCCCBCD) is unknown color: approx French Grey. HEX triplet: CC, CB and CD. RGB value is (204,203,205). Sum of RGB (Red+Green+Blue) = 204+203+205=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCCBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCBCD is #333432. Grayscale: #CBCBCB. Windows color (decimal): -3355699 or 13487052. OLE color: 13487052.

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

Color convert

RGB204203205-
CMYK0.000.0100.20
HSL270º1.96%80%-
HSV(B)270º0.98%80.39%-
XYZ57.2859.9666.31-
YUV203.53128.83128.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 205 (80.47% 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.20
SystemRedGreenBlueCMYKHSL
Decimal2042032050.000.0100.202701.9680
HexCCCBCD0101410e250
Octal314313315010244162120
Binary11001100110010111100110101010100100001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCBCD; }

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

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

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

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

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

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

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

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