Html Css Color HEX #C3CDC5 Edgewater

📋 copy color: '#C3CDC5'

red 195 ◦ green 205 ◦ blue 197

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

Shades of Edgewater #C3CDC5

Tints of Edgewater #C3CDC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33%

R = 32.66%
G = 34.34%
B = 33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#C3CDC5 (or 0xC3CDC5) is known color: Edgewater. HEX triplet: C3, CD and C5. RGB value is (195,205,197). Sum of RGB (Red+Green+Blue) = 195+205+197=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 197 (77.34% from 255 or 33.00% from 597); Max value from RGB is 205 - color contains mainly: green. Hex color #C3CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CDC5 is #3C323A. Grayscale: #C9C9C9. Windows color (decimal): -3945019 or 12963267. OLE color: 12963267.

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

Color convert

RGB 195 205 197 -
CMYK 0.05 0 0.04 0.20
HSL 132º 0.09% 0.78% -
HSV(B) 132º 0.05% 0.8% -
XYZ 54.42 59.3 61.4 -
YUV 201.1 125.69 123.65 -
System Red Green Blue C M Y K H S L
Decimal 195 205 197 0.05 0 0.04 0.20 132 0.09 0.78
Hex C3 CD C5 5 0 4 14 84 9 4E
Octal 303 315 305 5 0 4 24 204 11 116
Binary 11000011 11001101 11000101 101 0 100 10100 10000100 1001 1001110

Color Harmonies of #C3CDC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CDC5

Black with #C3CDC5

Text Example


Text Example

White with #C3CDC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CDC5; }

 p { color: rgb(195,205,197); }

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

background-color css

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

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

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

border-color css

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

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

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