#C1D9CA

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

Shades of Edgewater #C1D9CA

Tints of Edgewater #C1D9CA

Color information

#C1D9CA (or 0xC1D9CA) is unknown color: approx Edgewater. HEX triplet: C1, D9 and CA. RGB value is (193,217,202). Sum of RGB (Red+Green+Blue) = 193+217+202=612 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.54% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1D9CA is #3E2635. Grayscale: #D0D0D0. Windows color (decimal): -4073014 or 13294017. OLE color: 13294017.

HSL color Cylindrical-coordinate representation of color #C1D9CA: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1D9CA is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB193217202-
CMYK0.1100.070.15
HSL142.5º24%80.39%-
HSV(B)142.5º11.06%85.1%-
XYZ57.4765.2365.44-
YUV208.11124.55117.22-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.54%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=31.54%
G=35.46%
B=33.01%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932172020.1100.070.15142.52480.39
HexC1D9CAB07F8e1850
Octal30133131213071721630120
Binary11000001110110011100101010110111111110001110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D9CA; }

 p { color: rgb(193,217,202); }

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

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

 a { background-color: rgb(193,217,202); }

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

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

 span { border-color: rgb(193,217,202); }

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