Html Css Color HEX #C6D3CA Edgewater

📋 copy color: '#C6D3CA'

red 198 ◦ green 211 ◦ blue 202

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

Shades of Edgewater #C6D3CA

Tints of Edgewater #C6D3CA

RGB

 RED value IS 198 (77.73% from 255) = 32.41%

 GREEN value IS 211 (82.81% from 255) = 34.53%

 BLUE value IS 202 (79.3% from 255) = 33.06%

R = 32.41%
G = 34.53%
B = 33.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#C6D3CA (or 0xC6D3CA) is known color: Edgewater. HEX triplet: C6, D3 and CA. RGB value is (198,211,202). Sum of RGB (Red+Green+Blue) = 198+211+202=611 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.41% from 611); Green value is 211 (82.81% from 255 or 34.53% from 611); Blue value is 202 (79.30% from 255 or 33.06% from 611); Max value from RGB is 211 - color contains mainly: green. Hex color #C6D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D3CA is #392C35. Grayscale: #CECECE. Windows color (decimal): -3746870 or 13292486. OLE color: 13292486.

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

Color convert

RGB 198 211 202 -
CMYK 0.06 0 0.04 0.17
HSL 138.46º 0.13% 0.8% -
HSV(B) 138.46º 0.06% 0.83% -
XYZ 57.24 62.86 64.99 -
YUV 206.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 198 211 202 0.06 0 0.04 0.17 138.46 0.13 0.8
Hex C6 D3 CA 6 0 4 11 8A D 50
Octal 306 323 312 6 0 4 21 212 15 120
Binary 11000110 11010011 11001010 110 0 100 10001 10001010 1101 1010000

Color Harmonies of #C6D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D3CA

Black with #C6D3CA

Text Example


Text Example

White with #C6D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D3CA; }

 p { color: rgb(198,211,202); }

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

background-color css

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

 a { background-color: rgb(198,211,202); }

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

border-color css

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

 span { border-color: rgb(198,211,202); }

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