#CDD7CF

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

Shades of Edgewater #CDD7CF

Tints of Edgewater #CDD7CF

Color information

#CDD7CF (or 0xCDD7CF) is unknown color: approx Edgewater. HEX triplet: CD, D7 and CF. RGB value is (205,215,207). Sum of RGB (Red+Green+Blue) = 205+215+207=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 215 (84.38% from 255 or 34.29% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7CF is #322830. Grayscale: #D3D3D3. Windows color (decimal): -3287089 or 13621197. OLE color: 13621197.

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

Color convert

RGB205215207-
CMYK0.0500.040.16
HSL132º11.11%82.35%-
HSV(B)132º4.65%84.31%-
XYZ60.7466.0968.59-
YUV211.1125.69123.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 215 (84.38% from 255) = 34.29%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=32.70%
G=34.29%
B=33.01%

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
Decimal2052152070.0500.040.1613211.1182.35
HexCDD7CF5041084b52
Octal3153273175042020413122
Binary1100110111010111110011111010100100001000010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7CF; }

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

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

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

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

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

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

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

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