Html Css Color HEX #C1DCC5 Edgewater

📋 copy color: '#C1DCC5'

red 193 ◦ green 220 ◦ blue 197

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

Shades of Edgewater #C1DCC5

Tints of Edgewater #C1DCC5

RGB

 RED value IS 193 (75.78% from 255) = 31.64%

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 31.64%
G = 36.07%
B = 32.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#C1DCC5 (or 0xC1DCC5) is known color: Edgewater. HEX triplet: C1, DC and C5. RGB value is (193,220,197). Sum of RGB (Red+Green+Blue) = 193+220+197=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCC5 is #3E233A. Grayscale: #D1D1D1. Windows color (decimal): -4072251 or 12967105. OLE color: 12967105.

HSL color Cylindrical-coordinate representation of color #C1DCC5: hue angle of 128.89º 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 #C1DCC5 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 197 -
CMYK 0.12 0 0.10 0.14
HSL 128.89º 0.28% 0.81% -
HSV(B) 128.89º 0.12% 0.86% -
XYZ 57.66 66.56 62.63 -
YUV 209.31 121.05 116.37 -
System Red Green Blue C M Y K H S L
Decimal 193 220 197 0.12 0 0.10 0.14 128.89 0.28 0.81
Hex C1 DC C5 C 0 A E 81 1C 51
Octal 301 334 305 14 0 12 16 201 34 121
Binary 11000001 11011100 11000101 1100 0 1010 1110 10000001 11100 1010001

Color Harmonies of #C1DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCC5

Black with #C1DCC5

Text Example


Text Example

White with #C1DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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