Html Css Color HEX #C5D8CC Edgewater

📋 copy color: '#C5D8CC'

red 197 ◦ green 216 ◦ blue 204

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

Shades of Edgewater #C5D8CC

Tints of Edgewater #C5D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.01%

 BLUE value IS 204 (80.08% from 255) = 33.06%

R = 31.93%
G = 35.01%
B = 33.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#C5D8CC (or 0xC5D8CC) is known color: Edgewater. HEX triplet: C5, D8 and CC. RGB value is (197,216,204). Sum of RGB (Red+Green+Blue) = 197+216+204=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5D8CC is #3A2733. Grayscale: #D0D0D0. Windows color (decimal): -3811124 or 13424837. OLE color: 13424837.

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

Color convert

RGB 197 216 204 -
CMYK 0.09 0 0.06 0.15
HSL 142.11º 0.2% 0.81% -
HSV(B) 142.11º 0.09% 0.85% -
XYZ 58.48 65.34 66.66 -
YUV 208.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 197 216 204 0.09 0 0.06 0.15 142.11 0.2 0.81
Hex C5 D8 CC 9 0 6 F 8E 14 51
Octal 305 330 314 11 0 6 17 216 24 121
Binary 11000101 11011000 11001100 1001 0 110 1111 10001110 10100 1010001

Color Harmonies of #C5D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D8CC

Black with #C5D8CC

Text Example


Text Example

White with #C5D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D8CC; }

 p { color: rgb(197,216,204); }

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

background-color css

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

 a { background-color: rgb(197,216,204); }

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

border-color css

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

 span { border-color: rgb(197,216,204); }

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