#CCD8CF

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

Shades of Edgewater #CCD8CF

Tints of Edgewater #CCD8CF

Color information

#CCD8CF (or 0xCCD8CF) is unknown color: approx Edgewater. HEX triplet: CC, D8 and CF. RGB value is (204,216,207). Sum of RGB (Red+Green+Blue) = 204+216+207=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8CF is #332730. Grayscale: #D3D3D3. Windows color (decimal): -3352369 or 13621452. OLE color: 13621452.

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

Color convert

RGB204216207-
CMYK0.0600.040.15
HSL135º13.33%82.35%-
HSV(B)135º5.56%84.71%-
XYZ60.7266.4568.66-
YUV211.39125.52122.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 216 (84.77% from 255) = 34.45%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=32.54%
G=34.45%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042162070.0600.040.1513513.3382.35
HexCCD8CF604F87d52
Octal3143303176041720715122
Binary110011001101100011001111110010011111000011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD8CF; }

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

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

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

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

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

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

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

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