#CBDCCD

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

Shades of Edgewater #CBDCCD

Tints of Edgewater #CBDCCD

Color information

#CBDCCD (or 0xCBDCCD) is unknown color: approx Edgewater. HEX triplet: CB, DC and CD. RGB value is (203,220,205). Sum of RGB (Red+Green+Blue) = 203+220+205=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCD is #342332. Grayscale: #D5D5D5. Windows color (decimal): -3416883 or 13491403. OLE color: 13491403.

HSL color Cylindrical-coordinate representation of color #CBDCCD: hue angle of 127.06º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDCCD is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB203220205-
CMYK0.0800.070.14
HSL127.06º19.54%82.94%-
HSV(B)127.06º7.73%86.27%-
XYZ61.2468.2967.71-
YUV213.21123.37120.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 220 (86.33% from 255) = 35.03%
BLUE value IS 205 (80.47% from 255) = 32.64%
R=32.32%
G=35.03%
B=32.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202050.0800.070.14127.0619.5482.94
HexCBDCCD807E7f1453
Octal31333431510071617724123
Binary1100101111011100110011011000011111101111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCCD; }

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

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

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

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

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

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

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

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