#CDD8CF

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

Shades of Edgewater #CDD8CF

Tints of Edgewater #CDD8CF

Color information

#CDD8CF (or 0xCDD8CF) is unknown color: approx Edgewater. HEX triplet: CD, D8 and CF. RGB value is (205,216,207). Sum of RGB (Red+Green+Blue) = 205+216+207=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 216 (84.77% from 255 or 34.39% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD8CF is #322730. Grayscale: #D3D3D3. Windows color (decimal): -3286833 or 13621453. OLE color: 13621453.

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

Color convert

RGB205216207-
CMYK0.0500.040.15
HSL130.91º12.36%82.55%-
HSV(B)130.91º5.09%84.71%-
XYZ6166.668.67-
YUV211.68125.36123.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 216 (84.77% from 255) = 34.39%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=32.64%
G=34.39%
B=32.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052162070.0500.040.15130.9112.3682.55
HexCDD8CF504F83c53
Octal3153303175041720314123
Binary110011011101100011001111101010011111000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8CF; }

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

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

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

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

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

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

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

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