Html Css Color HEX #C8D6CD Edgewater

📋 copy color: '#C8D6CD'

red 200 ◦ green 214 ◦ blue 205

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

Shades of Edgewater #C8D6CD

Tints of Edgewater #C8D6CD

RGB

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

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

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

R = 32.31%
G = 34.57%
B = 33.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#C8D6CD (or 0xC8D6CD) is known color: Edgewater. HEX triplet: C8, D6 and CD. RGB value is (200,214,205). Sum of RGB (Red+Green+Blue) = 200+214+205=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 214 (83.98% from 255 or 34.57% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6CD is #372932. Grayscale: #D0D0D0. Windows color (decimal): -3615027 or 13489864. OLE color: 13489864.

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

Color convert

RGB 200 214 205 -
CMYK 0.07 0 0.04 0.16
HSL 141.43º 0.15% 0.81% -
HSV(B) 141.43º 0.07% 0.84% -
XYZ 58.89 64.78 67.16 -
YUV 208.79 125.86 121.73 -
System Red Green Blue C M Y K H S L
Decimal 200 214 205 0.07 0 0.04 0.16 141.43 0.15 0.81
Hex C8 D6 CD 7 0 4 10 8D F 51
Octal 310 326 315 7 0 4 20 215 17 121
Binary 11001000 11010110 11001101 111 0 100 10000 10001101 1111 1010001

Color Harmonies of #C8D6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D6CD

Black with #C8D6CD

Text Example


Text Example

White with #C8D6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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