#CADACD

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

Shades of Edgewater #CADACD

Tints of Edgewater #CADACD

Color information

#CADACD (or 0xCADACD) is unknown color: approx Edgewater. HEX triplet: CA, DA and CD. RGB value is (202,218,205). Sum of RGB (Red+Green+Blue) = 202+218+205=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 218 - color contains mainly: green. Hex color #CADACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADACD is #352532. Grayscale: #D3D3D3. Windows color (decimal): -3482931 or 13490890. OLE color: 13490890.

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

Color convert

RGB202218205-
CMYK0.0700.060.15
HSL131.25º17.78%82.35%-
HSV(B)131.25º7.34%85.49%-
XYZ60.4567.1167.52-
YUV211.73124.2121.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 34.88%
BLUE value IS 205 (80.47% from 255) = 32.8%
R=32.32%
G=34.88%
B=32.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022182050.0700.060.15131.2517.7882.35
HexCADACD706F831252
Octal3123323157061720322122
Binary1100101011011010110011011110110111110000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADACD; }

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

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

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

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

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

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

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

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