Html Css Color HEX #C8CDC8 Paris White

📋 copy color: '#C8CDC8'

red 200 ◦ green 205 ◦ blue 200

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

Shades of Paris White #C8CDC8

Tints of Paris White #C8CDC8

RGB

 RED value IS 200 (78.52% from 255) = 33.06%

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

 BLUE value IS 200 (78.52% from 255) = 33.06%

R = 33.06%
G = 33.88%
B = 33.06%

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

#C8CDC8 (or 0xC8CDC8) is known color: Paris White. HEX triplet: C8, CD and C8. RGB value is (200,205,200). Sum of RGB (Red+Green+Blue) = 200+205+200=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 200 (78.52% from 255 or 33.06% from 605); Max value from RGB is 205 - color contains mainly: green. Hex color #C8CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8CDC8 is #373237. Grayscale: #CACACA. Windows color (decimal): -3617336 or 13159880. OLE color: 13159880.

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

Color convert

RGB 200 205 200 -
CMYK 0.02 0 0.02 0.20
HSL 120º 0.05% 0.79% -
HSV(B) 120º 0.02% 0.8% -
XYZ 56.08 60.11 63.29 -
YUV 202.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 200 205 200 0.02 0 0.02 0.20 120 0.05 0.79
Hex C8 CD C8 2 0 2 14 78 5 4F
Octal 310 315 310 2 0 2 24 170 5 117
Binary 11001000 11001101 11001000 10 0 10 10100 1111000 101 1001111

Color Harmonies of #C8CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDC8

Black with #C8CDC8

Text Example


Text Example

White with #C8CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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