Html Css Color HEX #CBC5D1 French Grey

📋 copy color: '#CBC5D1'

red 203 ◦ green 197 ◦ blue 209

#CBC5D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of French Grey #CBC5D1

Tints of French Grey #CBC5D1

RGB

 RED value IS 203 (79.69% from 255) = 33.33%

 GREEN value IS 197 (77.34% from 255) = 32.35%

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 33.33%
G = 32.35%
B = 34.32%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CBC5D1 (or 0xCBC5D1) is known color: French Grey. HEX triplet: CB, C5 and D1. RGB value is (203,197,209). Sum of RGB (Red+Green+Blue) = 203+197+209=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5D1 is #343A2E. Grayscale: #C8C8C8. Windows color (decimal): -3422767 or 13747659. OLE color: 13747659.

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

Color convert

RGB 203 197 209 -
CMYK 0.03 0.06 0 0.18
HSL 270º 0.12% 0.8% -
HSV(B) 270º 0.06% 0.82% -
XYZ 56.1 57.23 68.41 -
YUV 200.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 203 197 209 0.03 0.06 0 0.18 270 0.12 0.8
Hex CB C5 D1 3 6 0 12 10E C 50
Octal 313 305 321 3 6 0 22 416 14 120
Binary 11001011 11000101 11010001 11 110 0 10010 100001110 1100 1010000

Color Harmonies of #CBC5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC5D1

Black with #CBC5D1

Text Example


Text Example

White with #CBC5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC5D1; }

 p { color: rgb(203,197,209); }

 H1.HeaderClassName
 {
   color: #CBC5D1;
 }
 .AnyTagClassName
 {
   color: #CBC5D1;
 }
</style>

background-color css

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

 a { background-color: rgb(203,197,209); }

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

border-color css

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

 span { border-color: rgb(203,197,209); }

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