Html Css Color HEX #C6D5CB Edgewater

📋 copy color: '#C6D5CB'

red 198 ◦ green 213 ◦ blue 203

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

Shades of Edgewater #C6D5CB

Tints of Edgewater #C6D5CB

RGB

 RED value IS 198 (77.73% from 255) = 32.25%

 GREEN value IS 213 (83.59% from 255) = 34.69%

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

R = 32.25%
G = 34.69%
B = 33.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#C6D5CB (or 0xC6D5CB) is known color: Edgewater. HEX triplet: C6, D5 and CB. RGB value is (198,213,203). Sum of RGB (Red+Green+Blue) = 198+213+203=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #C6D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D5CB is #392A34. Grayscale: #CFCFCF. Windows color (decimal): -3746357 or 13358534. OLE color: 13358534.

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

Color convert

RGB 198 213 203 -
CMYK 0.07 0 0.05 0.16
HSL 140º 0.15% 0.81% -
HSV(B) 140º 0.07% 0.84% -
XYZ 57.86 63.91 65.79 -
YUV 207.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 198 213 203 0.07 0 0.05 0.16 140 0.15 0.81
Hex C6 D5 CB 7 0 5 10 8C F 51
Octal 306 325 313 7 0 5 20 214 17 121
Binary 11000110 11010101 11001011 111 0 101 10000 10001100 1111 1010001

Color Harmonies of #C6D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D5CB

Black with #C6D5CB

Text Example


Text Example

White with #C6D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D5CB; }

 p { color: rgb(198,213,203); }

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

background-color css

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

 a { background-color: rgb(198,213,203); }

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

border-color css

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

 span { border-color: rgb(198,213,203); }

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