#C1CDC4

Color #C1CDC4 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C1CDC4

Tints of Edgewater #C1CDC4

Color information

#C1CDC4 (or 0xC1CDC4) is unknown color: approx Edgewater. HEX triplet: C1, CD and C4. RGB value is (193,205,196). Sum of RGB (Red+Green+Blue) = 193+205+196=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CDC4 is #3E323B. Grayscale: #C8C8C8. Windows color (decimal): -4076092 or 12897729. OLE color: 12897729.

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

Color convert

RGB193205196-
CMYK0.0600.040.20
HSL135º10.71%78.04%-
HSV(B)135º5.85%80.39%-
XYZ53.7958.9960.78-
YUV200.39125.52122.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 205 (80.47% from 255) = 34.51%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=32.49%
G=34.51%
B=33.00%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1932051960.0600.040.2013510.7178.04
HexC1CDC46041487b4e
Octal3013153046042420713116
Binary1100000111001101110001001100100101001000011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CDC4; }

 p { color: rgb(193,205,196); }

 H1.HeaderClassName
 {
   color: #C1CDC4;
 }
 .AnyTagClassName
 {
   color: #C1CDC4;
 }
</style>
background-color css

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

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

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

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

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

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