#CAD6CE

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

Shades of Edgewater #CAD6CE

Tints of Edgewater #CAD6CE

Color information

#CAD6CE (or 0xCAD6CE) is unknown color: approx Edgewater. HEX triplet: CA, D6 and CE. RGB value is (202,214,206). Sum of RGB (Red+Green+Blue) = 202+214+206=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 214 (83.98% from 255 or 34.41% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6CE is #352931. Grayscale: #D1D1D1. Windows color (decimal): -3483954 or 13555402. OLE color: 13555402.

HSL color Cylindrical-coordinate representation of color #CAD6CE: hue angle of 140º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAD6CE is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB202214206-
CMYK0.0600.040.16
HSL140º12.77%81.57%-
HSV(B)140º5.61%83.92%-
XYZ59.5465.1167.82-
YUV209.5126.02122.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.48%
GREEN value IS 214 (83.98% from 255) = 34.41%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=32.48%
G=34.41%
B=33.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022142060.0600.040.1614012.7781.57
HexCAD6CE604108cd52
Octal3123263166042021415122
Binary1100101011010110110011101100100100001000110011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6CE; }

 p { color: rgb(202,214,206); }

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

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

 a { background-color: rgb(202,214,206); }

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

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

 span { border-color: rgb(202,214,206); }

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