Html Css Color HEX #C1D1C2 Paris White

📋 copy color: '#C1D1C2'

red 193 ◦ green 209 ◦ blue 194

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

Shades of Paris White #C1D1C2

Tints of Paris White #C1D1C2

RGB

 RED value IS 193 (75.78% from 255) = 32.38%

 GREEN value IS 209 (82.03% from 255) = 35.07%

 BLUE value IS 194 (76.17% from 255) = 32.55%

R = 32.38%
G = 35.07%
B = 32.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#C1D1C2 (or 0xC1D1C2) is known color: Paris White. HEX triplet: C1, D1 and C2. RGB value is (193,209,194). Sum of RGB (Red+Green+Blue) = 193+209+194=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 209 (82.03% from 255 or 35.07% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D1C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D1C2 is #3E2E3D. Grayscale: #CACACA. Windows color (decimal): -4075070 or 12767681. OLE color: 12767681.

HSL color Cylindrical-coordinate representation of color #C1D1C2: hue angle of 123.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1D1C2 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 209 194 -
CMYK 0.08 0 0.07 0.18
HSL 123.75º 0.15% 0.79% -
HSV(B) 123.75º 0.08% 0.82% -
XYZ 54.53 60.83 59.91 -
YUV 202.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 193 209 194 0.08 0 0.07 0.18 123.75 0.15 0.79
Hex C1 D1 C2 8 0 7 12 7C F 4F
Octal 301 321 302 10 0 7 22 174 17 117
Binary 11000001 11010001 11000010 1000 0 111 10010 1111100 1111 1001111

Color Harmonies of #C1D1C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D1C2

Black with #C1D1C2

Text Example


Text Example

White with #C1D1C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D1C2; }

 p { color: rgb(193,209,194); }

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

background-color css

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

 a { background-color: rgb(193,209,194); }

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

border-color css

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

 span { border-color: rgb(193,209,194); }

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