#CDDACF

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

Shades of Edgewater #CDDACF

Tints of Edgewater #CDDACF

Color information

#CDDACF (or 0xCDDACF) is unknown color: approx Edgewater. HEX triplet: CD, DA and CF. RGB value is (205,218,207). Sum of RGB (Red+Green+Blue) = 205+218+207=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 218 (85.55% from 255 or 34.60% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDACF is #322530. Grayscale: #D4D4D4. Windows color (decimal): -3286321 or 13621965. OLE color: 13621965.

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

Color convert

RGB205218207-
CMYK0.0600.050.15
HSL129.23º14.94%82.94%-
HSV(B)129.23º5.96%85.49%-
XYZ61.5167.6368.84-
YUV212.86124.69122.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=32.54%
G=34.60%
B=32.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052182070.0600.050.15129.2314.9482.94
HexCDDACF605F81f53
Octal3153323176051720117123
Binary110011011101101011001111110010111111000000111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDACF; }

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

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

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

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

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

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

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

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