Html Css Color HEX #C9CECA Edgewater

📋 copy color: '#C9CECA'

red 201 ◦ green 206 ◦ blue 202

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

Shades of Edgewater #C9CECA

Tints of Edgewater #C9CECA

RGB

 RED value IS 201 (78.91% from 255) = 33%

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 33%
G = 33.83%
B = 33.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#C9CECA (or 0xC9CECA) is known color: Edgewater. HEX triplet: C9, CE and CA. RGB value is (201,206,202). Sum of RGB (Red+Green+Blue) = 201+206+202=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 206 - color contains mainly: green. Hex color #C9CECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9CECA is #363135. Grayscale: #CCCCCC. Windows color (decimal): -3551542 or 13291209. OLE color: 13291209.

HSL color Cylindrical-coordinate representation of color #C9CECA: hue angle of 132º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C9CECA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 206 202 -
CMYK 0.02 0 0.02 0.19
HSL 132º 0.05% 0.8% -
HSV(B) 132º 0.02% 0.81% -
XYZ 56.82 60.82 64.62 -
YUV 204.05 126.84 125.83 -
System Red Green Blue C M Y K H S L
Decimal 201 206 202 0.02 0 0.02 0.19 132 0.05 0.8
Hex C9 CE CA 2 0 2 13 84 5 50
Octal 311 316 312 2 0 2 23 204 5 120
Binary 11001001 11001110 11001010 10 0 10 10011 10000100 101 1010000

Color Harmonies of #C9CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CECA

Black with #C9CECA

Text Example


Text Example

White with #C9CECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CECA; }

 p { color: rgb(201,206,202); }

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

background-color css

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

 a { background-color: rgb(201,206,202); }

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

border-color css

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

 span { border-color: rgb(201,206,202); }

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