Html Css Color HEX #C5DCCB Edgewater

📋 copy color: '#C5DCCB'

red 197 ◦ green 220 ◦ blue 203

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

Shades of Edgewater #C5DCCB

Tints of Edgewater #C5DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 32.74%

R = 31.77%
G = 35.48%
B = 32.74%

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

#C5DCCB (or 0xC5DCCB) is known color: Edgewater. HEX triplet: C5, DC and CB. RGB value is (197,220,203). Sum of RGB (Red+Green+Blue) = 197+220+203=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCCB is #3A2334. Grayscale: #D3D3D3. Windows color (decimal): -3810101 or 13360325. OLE color: 13360325.

HSL color Cylindrical-coordinate representation of color #C5DCCB: hue angle of 135.65º 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 #C5DCCB is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 220 203 -
CMYK 0.10 0 0.08 0.14
HSL 135.65º 0.25% 0.82% -
HSV(B) 135.65º 0.1% 0.86% -
XYZ 59.4 67.37 66.37 -
YUV 211.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 197 220 203 0.10 0 0.08 0.14 135.65 0.25 0.82
Hex C5 DC CB A 0 8 E 88 19 52
Octal 305 334 313 12 0 10 16 210 31 122
Binary 11000101 11011100 11001011 1010 0 1000 1110 10001000 11001 1010010

Color Harmonies of #C5DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCCB

Black with #C5DCCB

Text Example


Text Example

White with #C5DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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