#CBDACD

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

Shades of Edgewater #CBDACD

Tints of Edgewater #CBDACD

Color information

#CBDACD (or 0xCBDACD) is unknown color: approx Edgewater. HEX triplet: CB, DA and CD. RGB value is (203,218,205). Sum of RGB (Red+Green+Blue) = 203+218+205=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDACD is #342532. Grayscale: #D4D4D4. Windows color (decimal): -3417395 or 13490891. OLE color: 13490891.

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

Color convert

RGB203218205-
CMYK0.0700.060.15
HSL128º16.85%82.55%-
HSV(B)128º6.88%85.49%-
XYZ60.7267.2567.54-
YUV212.03124.03121.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.43%
GREEN value IS 218 (85.55% from 255) = 34.82%
BLUE value IS 205 (80.47% from 255) = 32.75%
R=32.43%
G=34.82%
B=32.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182050.0700.060.1512816.8582.55
HexCBDACD706F801153
Octal3133323157061720021123
Binary1100101111011010110011011110110111110000000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDACD; }

 p { color: rgb(203,218,205); }

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

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

 a { background-color: rgb(203,218,205); }

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

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

 span { border-color: rgb(203,218,205); }

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