Html Css Color HEX #C9CDC9 Paris White

📋 copy color: '#C9CDC9'

red 201 ◦ green 205 ◦ blue 201

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

Shades of Paris White #C9CDC9

Tints of Paris White #C9CDC9

RGB

 RED value IS 201 (78.91% from 255) = 33.11%

 GREEN value IS 205 (80.47% from 255) = 33.77%

 BLUE value IS 201 (78.91% from 255) = 33.11%

R = 33.11%
G = 33.77%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#C9CDC9 (or 0xC9CDC9) is known color: Paris White. HEX triplet: C9, CD and C9. RGB value is (201,205,201). Sum of RGB (Red+Green+Blue) = 201+205+201=607 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.11% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CDC9 is #363236. Grayscale: #CBCBCB. Windows color (decimal): -3551799 or 13225417. OLE color: 13225417.

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

Color convert

RGB 201 205 201 -
CMYK 0.02 0 0.02 0.20
HSL 120º 0.04% 0.8% -
HSV(B) 120º 0.02% 0.8% -
XYZ 56.46 60.3 63.92 -
YUV 203.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 201 205 201 0.02 0 0.02 0.20 120 0.04 0.8
Hex C9 CD C9 2 0 2 14 78 4 50
Octal 311 315 311 2 0 2 24 170 4 120
Binary 11001001 11001101 11001001 10 0 10 10100 1111000 100 1010000

Color Harmonies of #C9CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CDC9

Black with #C9CDC9

Text Example


Text Example

White with #C9CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CDC9; }

 p { color: rgb(201,205,201); }

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

background-color css

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

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

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

border-color css

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

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

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