Html Css Color HEX #C9D8CC Edgewater

📋 copy color: '#C9D8CC'

red 201 ◦ green 216 ◦ blue 204

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

Shades of Edgewater #C9D8CC

Tints of Edgewater #C9D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.78%

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

R = 32.37%
G = 34.78%
B = 32.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C9D8CC (or 0xC9D8CC) is known color: Edgewater. HEX triplet: C9, D8 and CC. RGB value is (201,216,204). Sum of RGB (Red+Green+Blue) = 201+216+204=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D8CC is #362733. Grayscale: #D2D2D2. Windows color (decimal): -3548980 or 13424841. OLE color: 13424841.

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

Color convert

RGB 201 216 204 -
CMYK 0.07 0 0.06 0.15
HSL 132º 0.16% 0.82% -
HSV(B) 132º 0.07% 0.85% -
XYZ 59.54 65.89 66.71 -
YUV 210.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 201 216 204 0.07 0 0.06 0.15 132 0.16 0.82
Hex C9 D8 CC 7 0 6 F 84 10 52
Octal 311 330 314 7 0 6 17 204 20 122
Binary 11001001 11011000 11001100 111 0 110 1111 10000100 10000 1010010

Color Harmonies of #C9D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D8CC

Black with #C9D8CC

Text Example


Text Example

White with #C9D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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