#C0DBC8

Color #C0DBC8 Edgewater (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edgewater #C0DBC8

Tints of Edgewater #C0DBC8

Color information

#C0DBC8 (or 0xC0DBC8) is unknown color: approx Edgewater. HEX triplet: C0, DB and C8. RGB value is (192,219,200). Sum of RGB (Red+Green+Blue) = 192+219+200=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBC8 is #3F2437. Grayscale: #D0D0D0. Windows color (decimal): -4138040 or 13163456. OLE color: 13163456.

HSL color Cylindrical-coordinate representation of color #C0DBC8: hue angle of 137.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB192219200-
CMYK0.1200.090.14
HSL137.78º27.27%80.59%-
HSV(B)137.78º12.33%85.88%-
XYZ57.566.0464.36-
YUV208.76123.05116.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.42%
GREEN value IS 219 (85.94% from 255) = 35.84%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=31.42%
G=35.84%
B=32.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922192000.1200.090.14137.7827.2780.59
HexC0DBC8C09E8a1b51
Octal300333310140111621233121
Binary110000001101101111001000110001001111010001010110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DBC8; }

 p { color: rgb(192,219,200); }

 H1.HeaderClassName
 {
   color: #C0DBC8;
 }
 .AnyTagClassName
 {
   color: #C0DBC8;
 }
</style>
background-color css

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

 a { background-color: rgb(192,219,200); }

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

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

 span { border-color: rgb(192,219,200); }

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