#CCD5CE

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

Shades of Edgewater #CCD5CE

Tints of Edgewater #CCD5CE

Color information

#CCD5CE (or 0xCCD5CE) is unknown color: approx Edgewater. HEX triplet: CC, D5 and CE. RGB value is (204,213,206). Sum of RGB (Red+Green+Blue) = 204+213+206=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 213 (83.59% from 255 or 34.19% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CE is #332A31. Grayscale: #D1D1D1. Windows color (decimal): -3353138 or 13555148. OLE color: 13555148.

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

Color convert

RGB204213206-
CMYK0.0400.030.16
HSL133.33º9.68%81.76%-
HSV(B)133.33º4.23%83.53%-
XYZ59.8464.8867.76-
YUV209.51126.02124.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 213 (83.59% from 255) = 34.19%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=32.74%
G=34.19%
B=33.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042132060.0400.030.16133.339.6881.76
HexCCD5CE4031085a52
Octal3143253164032020512122
Binary110011001101010111001110100011100001000010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5CE; }

 p { color: rgb(204,213,206); }

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

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

 a { background-color: rgb(204,213,206); }

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

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

 span { border-color: rgb(204,213,206); }

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