#CCD1CD

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

Shades of Edgewater #CCD1CD

Tints of Edgewater #CCD1CD

Color information

#CCD1CD (or 0xCCD1CD) is unknown color: approx Edgewater. HEX triplet: CC, D1 and CD. RGB value is (204,209,205). Sum of RGB (Red+Green+Blue) = 204+209+205=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD1CD is #332E32. Grayscale: #CFCFCF. Windows color (decimal): -3354163 or 13488588. OLE color: 13488588.

HSL color Cylindrical-coordinate representation of color #CCD1CD: hue angle of 132º degrees, saturation: 0.05, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD1CD is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB204209205-
CMYK0.0200.020.18
HSL132º5.15%80.98%-
HSV(B)132º2.39%81.96%-
XYZ58.7262.8566.79-
YUV207.05126.84125.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.01%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=33.01%
G=33.82%
B=33.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2042092050.0200.020.181325.1580.98
HexCCD1CD2021284551
Octal314321315202222045121
Binary1100110011010001110011011001010010100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD1CD; }

 p { color: rgb(204,209,205); }

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

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

 a { background-color: rgb(204,209,205); }

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

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

 span { border-color: rgb(204,209,205); }

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