Html Css Color HEX #C5DCCA Edgewater

📋 copy color: '#C5DCCA'

red 197 ◦ green 220 ◦ blue 202

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

Shades of Edgewater #C5DCCA

Tints of Edgewater #C5DCCA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 202 (79.3% from 255) = 32.63%

R = 31.83%
G = 35.54%
B = 32.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#C5DCCA (or 0xC5DCCA) is known color: Edgewater. HEX triplet: C5, DC and CA. RGB value is (197,220,202). Sum of RGB (Red+Green+Blue) = 197+220+202=619 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.83% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 202 (79.30% from 255 or 32.63% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCA is #3A2335. Grayscale: #D3D3D3. Windows color (decimal): -3810102 or 13294789. OLE color: 13294789.

HSL color Cylindrical-coordinate representation of color #C5DCCA: hue angle of 133.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DCCA is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 202 -
CMYK 0.10 0 0.08 0.14
HSL 133.04º 0.25% 0.82% -
HSV(B) 133.04º 0.1% 0.86% -
XYZ 59.28 67.32 65.75 -
YUV 211.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 197 220 202 0.10 0 0.08 0.14 133.04 0.25 0.82
Hex C5 DC CA A 0 8 E 85 19 52
Octal 305 334 312 12 0 10 16 205 31 122
Binary 11000101 11011100 11001010 1010 0 1000 1110 10000101 11001 1010010

Color Harmonies of #C5DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCCA

Black with #C5DCCA

Text Example


Text Example

White with #C5DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCCA; }

 p { color: rgb(197,220,202); }

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

background-color css

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

 a { background-color: rgb(197,220,202); }

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

border-color css

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

 span { border-color: rgb(197,220,202); }

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