Html Css Color HEX #C5D6C8 Edgewater

📋 copy color: '#C5D6C8'

red 197 ◦ green 214 ◦ blue 200

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

Shades of Edgewater #C5D6C8

Tints of Edgewater #C5D6C8

RGB

 RED value IS 197 (77.34% from 255) = 32.24%

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

 BLUE value IS 200 (78.52% from 255) = 32.73%

R = 32.24%
G = 35.02%
B = 32.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#C5D6C8 (or 0xC5D6C8) is known color: Edgewater. HEX triplet: C5, D6 and C8. RGB value is (197,214,200). Sum of RGB (Red+Green+Blue) = 197+214+200=611 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.24% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D6C8 is #3A2937. Grayscale: #CFCFCF. Windows color (decimal): -3811640 or 13162181. OLE color: 13162181.

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

Color convert

RGB 197 214 200 -
CMYK 0.08 0 0.07 0.16
HSL 130.59º 0.17% 0.81% -
HSV(B) 130.59º 0.08% 0.84% -
XYZ 57.5 64.13 63.99 -
YUV 207.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 197 214 200 0.08 0 0.07 0.16 130.59 0.17 0.81
Hex C5 D6 C8 8 0 7 10 83 11 51
Octal 305 326 310 10 0 7 20 203 21 121
Binary 11000101 11010110 11001000 1000 0 111 10000 10000011 10001 1010001

Color Harmonies of #C5D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D6C8

Black with #C5D6C8

Text Example


Text Example

White with #C5D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D6C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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