#CAD3CC

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

Shades of Edgewater #CAD3CC

Tints of Edgewater #CAD3CC

Color information

#CAD3CC (or 0xCAD3CC) is unknown color: approx Edgewater. HEX triplet: CA, D3 and CC. RGB value is (202,211,204). Sum of RGB (Red+Green+Blue) = 202+211+204=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3CC is #352C33. Grayscale: #CFCFCF. Windows color (decimal): -3484724 or 13423562. OLE color: 13423562.

HSL color Cylindrical-coordinate representation of color #CAD3CC: hue angle of 133.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD3CC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB202211204-
CMYK0.0400.030.17
HSL133.33º9.28%80.98%-
HSV(B)133.33º4.27%82.75%-
XYZ58.5563.566.3-
YUV207.51126.02124.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 211 (82.81% from 255) = 34.20%
BLUE value IS 204 (80.08% from 255) = 33.06%
R=32.74%
G=34.20%
B=33.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022112040.0400.030.17133.339.2880.98
HexCAD3CC4031185951
Octal3123233144032120511121
Binary110010101101001111001100100011100011000010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3CC; }

 p { color: rgb(202,211,204); }

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

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

 a { background-color: rgb(202,211,204); }

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

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

 span { border-color: rgb(202,211,204); }

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