#CBC8CE

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

Shades of French Grey #CBC8CE

Tints of French Grey #CBC8CE

Color information

#CBC8CE (or 0xCBC8CE) is unknown color: approx French Grey. HEX triplet: CB, C8 and CE. RGB value is (203,200,206). Sum of RGB (Red+Green+Blue) = 203+200+206=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 200 (78.52% from 255 or 32.84% from 609); Blue value is 206 (80.86% from 255 or 33.83% from 609); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CE is #343731. Grayscale: #C9C9C9. Windows color (decimal): -3422002 or 13551819. OLE color: 13551819.

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

Color convert

RGB203200206-
CMYK0.010.0300.19
HSL270º5.77%79.61%-
HSV(B)270º2.91%80.78%-
XYZ56.4258.4666.7-
YUV201.58130.49129.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 32.84%
BLUE value IS 206 (80.86% from 255) = 33.83%
R=33.33%
G=32.84%
B=33.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2032002060.010.0300.192705.7779.61
HexCBC8CE1301310e650
Octal313310316130234166120
Binary1100101111001000110011101110100111000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8CE; }

 p { color: rgb(203,200,206); }

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

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

 a { background-color: rgb(203,200,206); }

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

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

 span { border-color: rgb(203,200,206); }

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