Html Css Color HEX #C8D8CD Edgewater

📋 copy color: '#C8D8CD'

red 200 ◦ green 216 ◦ blue 205

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

Shades of Edgewater #C8D8CD

Tints of Edgewater #C8D8CD

RGB

 RED value IS 200 (78.52% from 255) = 32.21%

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

 BLUE value IS 205 (80.47% from 255) = 33.01%

R = 32.21%
G = 34.78%
B = 33.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#C8D8CD (or 0xC8D8CD) is known color: Edgewater. HEX triplet: C8, D8 and CD. RGB value is (200,216,205). Sum of RGB (Red+Green+Blue) = 200+216+205=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8CD is #372732. Grayscale: #D1D1D1. Windows color (decimal): -3614515 or 13490376. OLE color: 13490376.

HSL color Cylindrical-coordinate representation of color #C8D8CD: hue angle of 138.75º degrees, saturation: 0.17, 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 #C8D8CD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 200 216 205 -
CMYK 0.07 0 0.05 0.15
HSL 138.75º 0.17% 0.82% -
HSV(B) 138.75º 0.07% 0.85% -
XYZ 59.39 65.8 67.33 -
YUV 209.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 200 216 205 0.07 0 0.05 0.15 138.75 0.17 0.82
Hex C8 D8 CD 7 0 5 F 8B 11 52
Octal 310 330 315 7 0 5 17 213 21 122
Binary 11001000 11011000 11001101 111 0 101 1111 10001011 10001 1010010

Color Harmonies of #C8D8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D8CD

Black with #C8D8CD

Text Example


Text Example

White with #C8D8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D8CD; }

 p { color: rgb(200,216,205); }

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

background-color css

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

 a { background-color: rgb(200,216,205); }

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

border-color css

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

 span { border-color: rgb(200,216,205); }

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