Html Css Color HEX #C5D3C8 Edgewater

📋 copy color: '#C5D3C8'

red 197 ◦ green 211 ◦ blue 200

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

Shades of Edgewater #C5D3C8

Tints of Edgewater #C5D3C8

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.7%

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

R = 32.4%
G = 34.7%
B = 32.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#C5D3C8 (or 0xC5D3C8) is known color: Edgewater. HEX triplet: C5, D3 and C8. RGB value is (197,211,200). Sum of RGB (Red+Green+Blue) = 197+211+200=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 211 (82.81% from 255 or 34.70% from 608); Blue value is 200 (78.52% from 255 or 32.89% from 608); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D3C8 is #3A2C37. Grayscale: #CDCDCD. Windows color (decimal): -3812408 or 13161413. OLE color: 13161413.

HSL color Cylindrical-coordinate representation of color #C5D3C8: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5D3C8 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 197 211 200 -
CMYK 0.07 0 0.05 0.17
HSL 132.86º 0.14% 0.8% -
HSV(B) 132.86º 0.07% 0.83% -
XYZ 56.75 62.63 63.74 -
YUV 205.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 197 211 200 0.07 0 0.05 0.17 132.86 0.14 0.8
Hex C5 D3 C8 7 0 5 11 85 E 50
Octal 305 323 310 7 0 5 21 205 16 120
Binary 11000101 11010011 11001000 111 0 101 10001 10000101 1110 1010000

Color Harmonies of #C5D3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D3C8

Black with #C5D3C8

Text Example


Text Example

White with #C5D3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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