#C1DCC7

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

Shades of Edgewater #C1DCC7

Tints of Edgewater #C1DCC7

Color information

#C1DCC7 (or 0xC1DCC7) is unknown color: approx Edgewater. HEX triplet: C1, DC and C7. RGB value is (193,220,199). Sum of RGB (Red+Green+Blue) = 193+220+199=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC7 is #3E2338. Grayscale: #D1D1D1. Windows color (decimal): -4072249 or 13098177. OLE color: 13098177.

HSL color Cylindrical-coordinate representation of color #C1DCC7: hue angle of 133.33º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCC7 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB193220199-
CMYK0.1200.100.14
HSL133.33º27.84%80.98%-
HSV(B)133.33º12.27%86.27%-
XYZ57.8966.6563.85-
YUV209.53122.05116.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 35.95%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=31.54%
G=35.95%
B=32.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932201990.1200.100.14133.3327.8480.98
HexC1DCC7C0AE851c51
Octal301334307140121620534121
Binary110000011101110011000111110001010111010000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DCC7; }

 p { color: rgb(193,220,199); }

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

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

 a { background-color: rgb(193,220,199); }

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

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

 span { border-color: rgb(193,220,199); }

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