#CCD6CF

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

Shades of Edgewater #CCD6CF

Tints of Edgewater #CCD6CF

Color information

#CCD6CF (or 0xCCD6CF) is unknown color: approx Edgewater. HEX triplet: CC, D6 and CF. RGB value is (204,214,207). Sum of RGB (Red+Green+Blue) = 204+214+207=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD6CF is #332930. Grayscale: #D2D2D2. Windows color (decimal): -3352881 or 13620940. OLE color: 13620940.

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

Color convert

RGB204214207-
CMYK0.0500.030.16
HSL138º10.87%81.96%-
HSV(B)138º4.67%83.92%-
XYZ60.2165.4468.49-
YUV210.21126.19123.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 214 (83.98% from 255) = 34.24%
BLUE value IS 207 (81.25% from 255) = 33.12%
R=32.64%
G=34.24%
B=33.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042142070.0500.030.1613810.8781.96
HexCCD6CF503108ab52
Octal3143263175032021213122
Binary110011001101011011001111101011100001000101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD6CF; }

 p { color: rgb(204,214,207); }

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

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

 a { background-color: rgb(204,214,207); }

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

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

 span { border-color: rgb(204,214,207); }

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