Html Css Color HEX #C9D6CC Edgewater

📋 copy color: '#C9D6CC'

red 201 ◦ green 214 ◦ blue 204

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

Shades of Edgewater #C9D6CC

Tints of Edgewater #C9D6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 32.96%

R = 32.47%
G = 34.57%
B = 32.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C9D6CC (or 0xC9D6CC) is known color: Edgewater. HEX triplet: C9, D6 and CC. RGB value is (201,214,204). Sum of RGB (Red+Green+Blue) = 201+214+204=619 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.47% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D6CC is #362933. Grayscale: #D1D1D1. Windows color (decimal): -3549492 or 13424329. OLE color: 13424329.

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

Color convert

RGB 201 214 204 -
CMYK 0.06 0 0.05 0.16
HSL 133.85º 0.14% 0.81% -
HSV(B) 133.85º 0.06% 0.84% -
XYZ 59.03 64.87 66.54 -
YUV 208.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 201 214 204 0.06 0 0.05 0.16 133.85 0.14 0.81
Hex C9 D6 CC 6 0 5 10 86 E 51
Octal 311 326 314 6 0 5 20 206 16 121
Binary 11001001 11010110 11001100 110 0 101 10000 10000110 1110 1010001

Color Harmonies of #C9D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D6CC

Black with #C9D6CC

Text Example


Text Example

White with #C9D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D6CC; }

 p { color: rgb(201,214,204); }

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

background-color css

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

 a { background-color: rgb(201,214,204); }

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

border-color css

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

 span { border-color: rgb(201,214,204); }

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