Html Css Color HEX #C6D6CA Edgewater

📋 copy color: '#C6D6CA'

red 198 ◦ green 214 ◦ blue 202

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

Shades of Edgewater #C6D6CA

Tints of Edgewater #C6D6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.85%

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

R = 32.25%
G = 34.85%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#C6D6CA (or 0xC6D6CA) is known color: Edgewater. HEX triplet: C6, D6 and CA. RGB value is (198,214,202). Sum of RGB (Red+Green+Blue) = 198+214+202=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D6CA is #392935. Grayscale: #CFCFCF. Windows color (decimal): -3746102 or 13293254. OLE color: 13293254.

HSL color Cylindrical-coordinate representation of color #C6D6CA: hue angle of 135º degrees, saturation: 0.16, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C6D6CA is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 202 -
CMYK 0.07 0 0.06 0.16
HSL 135º 0.16% 0.81% -
HSV(B) 135º 0.07% 0.84% -
XYZ 58 64.36 65.24 -
YUV 207.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 198 214 202 0.07 0 0.06 0.16 135 0.16 0.81
Hex C6 D6 CA 7 0 6 10 87 10 51
Octal 306 326 312 7 0 6 20 207 20 121
Binary 11000110 11010110 11001010 111 0 110 10000 10000111 10000 1010001

Color Harmonies of #C6D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D6CA

Black with #C6D6CA

Text Example


Text Example

White with #C6D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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