Html Css Color HEX #C3CEC2 Paris White

📋 copy color: '#C3CEC2'

red 195 ◦ green 206 ◦ blue 194

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

Shades of Paris White #C3CEC2

Tints of Paris White #C3CEC2

RGB

 RED value IS 195 (76.56% from 255) = 32.77%

 GREEN value IS 206 (80.86% from 255) = 34.62%

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

R = 32.77%
G = 34.62%
B = 32.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#C3CEC2 (or 0xC3CEC2) is known color: Paris White. HEX triplet: C3, CE and C2. RGB value is (195,206,194). Sum of RGB (Red+Green+Blue) = 195+206+194=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 206 (80.86% from 255 or 34.62% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CEC2 is #3C313D. Grayscale: #C9C9C9. Windows color (decimal): -3944766 or 12766915. OLE color: 12766915.

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

Color convert

RGB 195 206 194 -
CMYK 0.05 0 0.06 0.19
HSL 115º 0.11% 0.78% -
HSV(B) 115º 0.06% 0.81% -
XYZ 54.31 59.64 59.69 -
YUV 201.34 123.86 123.48 -
System Red Green Blue C M Y K H S L
Decimal 195 206 194 0.05 0 0.06 0.19 115 0.11 0.78
Hex C3 CE C2 5 0 6 13 73 B 4E
Octal 303 316 302 5 0 6 23 163 13 116
Binary 11000011 11001110 11000010 101 0 110 10011 1110011 1011 1001110

Color Harmonies of #C3CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CEC2

Black with #C3CEC2

Text Example


Text Example

White with #C3CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CEC2; }

 p { color: rgb(195,206,194); }

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

background-color css

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

 a { background-color: rgb(195,206,194); }

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

border-color css

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

 span { border-color: rgb(195,206,194); }

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