#CAD8CA

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

Shades of Sea Mist #CAD8CA

Tints of Sea Mist #CAD8CA

Color information

#CAD8CA (or 0xCAD8CA) is unknown color: approx Sea Mist. HEX triplet: CA, D8 and CA. RGB value is (202,216,202). Sum of RGB (Red+Green+Blue) = 202+216+202=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 216 (84.77% from 255 or 34.84% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD8CA is #352735. Grayscale: #D2D2D2. Windows color (decimal): -3483446 or 13293770. OLE color: 13293770.

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

Color convert

RGB202216202-
CMYK0.0600.060.15
HSL120º15.22%81.96%-
HSV(B)120º6.48%84.71%-
XYZ59.5765.9365.46-
YUV210.22123.36122.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.58%
GREEN value IS 216 (84.77% from 255) = 34.84%
BLUE value IS 202 (79.30% from 255) = 32.58%
R=32.58%
G=34.84%
B=32.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022162020.0600.060.1512015.2281.96
HexCAD8CA606F78f52
Octal3123303126061717017122
Binary11001010110110001100101011001101111111100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD8CA; }

 p { color: rgb(202,216,202); }

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

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

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

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

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

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

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