#CCD7CF

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

Shades of Edgewater #CCD7CF

Tints of Edgewater #CCD7CF

Color information

#CCD7CF (or 0xCCD7CF) is unknown color: approx Edgewater. HEX triplet: CC, D7 and CF. RGB value is (204,215,207). Sum of RGB (Red+Green+Blue) = 204+215+207=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 215 (84.38% from 255 or 34.35% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7CF is #332830. Grayscale: #D2D2D2. Windows color (decimal): -3352625 or 13621196. OLE color: 13621196.

HSL color Cylindrical-coordinate representation of color #CCD7CF: hue angle of 136.36º degrees, saturation: 0.12, 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 #CCD7CF is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB204215207-
CMYK0.0500.040.16
HSL136.36º12.09%82.16%-
HSV(B)136.36º5.12%84.31%-
XYZ60.4665.9468.57-
YUV210.8125.86123.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 215 (84.38% from 255) = 34.35%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=32.59%
G=34.35%
B=33.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042152070.0500.040.16136.3612.0982.16
HexCCD7CF5041088c52
Octal3143273175042021014122
Binary1100110011010111110011111010100100001000100011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7CF; }

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

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

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

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

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

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

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

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