Html Css Color HEX #C8D5CD Edgewater

📋 copy color: '#C8D5CD'

red 200 ◦ green 213 ◦ blue 205

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

Shades of Edgewater #C8D5CD

Tints of Edgewater #C8D5CD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.47%

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

R = 32.36%
G = 34.47%
B = 33.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C8D5CD (or 0xC8D5CD) is known color: Edgewater. HEX triplet: C8, D5 and CD. RGB value is (200,213,205). Sum of RGB (Red+Green+Blue) = 200+213+205=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5CD is #372A32. Grayscale: #D0D0D0. Windows color (decimal): -3615283 or 13489608. OLE color: 13489608.

HSL color Cylindrical-coordinate representation of color #C8D5CD: hue angle of 143.08º degrees, saturation: 0.13, 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 #C8D5CD is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 213 205 -
CMYK 0.06 0 0.04 0.16
HSL 143.08º 0.13% 0.81% -
HSV(B) 143.08º 0.06% 0.84% -
XYZ 58.63 64.28 67.07 -
YUV 208.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 200 213 205 0.06 0 0.04 0.16 143.08 0.13 0.81
Hex C8 D5 CD 6 0 4 10 8F D 51
Octal 310 325 315 6 0 4 20 217 15 121
Binary 11001000 11010101 11001101 110 0 100 10000 10001111 1101 1010001

Color Harmonies of #C8D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D5CD

Black with #C8D5CD

Text Example


Text Example

White with #C8D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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