Html Css Color HEX #C8D9CD Edgewater

📋 copy color: '#C8D9CD'

red 200 ◦ green 217 ◦ blue 205

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

Shades of Edgewater #C8D9CD

Tints of Edgewater #C8D9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.89%

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

R = 32.15%
G = 34.89%
B = 32.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C8D9CD (or 0xC8D9CD) is known color: Edgewater. HEX triplet: C8, D9 and CD. RGB value is (200,217,205). Sum of RGB (Red+Green+Blue) = 200+217+205=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 217 (85.16% from 255 or 34.89% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9CD is #372632. Grayscale: #D2D2D2. Windows color (decimal): -3614259 or 13490632. OLE color: 13490632.

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

Color convert

RGB 200 217 205 -
CMYK 0.08 0 0.06 0.15
HSL 137.65º 0.18% 0.82% -
HSV(B) 137.65º 0.08% 0.85% -
XYZ 59.65 66.31 67.41 -
YUV 210.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 200 217 205 0.08 0 0.06 0.15 137.65 0.18 0.82
Hex C8 D9 CD 8 0 6 F 8A 12 52
Octal 310 331 315 10 0 6 17 212 22 122
Binary 11001000 11011001 11001101 1000 0 110 1111 10001010 10010 1010010

Color Harmonies of #C8D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D9CD

Black with #C8D9CD

Text Example


Text Example

White with #C8D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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