#CAD6CA

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

Shades of Sea Mist #CAD6CA

Tints of Sea Mist #CAD6CA

Color information

#CAD6CA (or 0xCAD6CA) is unknown color: approx Sea Mist. HEX triplet: CA, D6 and CA. RGB value is (202,214,202). Sum of RGB (Red+Green+Blue) = 202+214+202=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6CA is #352935. Grayscale: #D1D1D1. Windows color (decimal): -3483958 or 13293258. OLE color: 13293258.

HSL color Cylindrical-coordinate representation of color #CAD6CA: hue angle of 120º 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 #CAD6CA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB202214202-
CMYK0.0600.060.16
HSL120º12.77%81.57%-
HSV(B)120º5.61%83.92%-
XYZ59.0664.9165.29-
YUV209.04124.02122.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=32.69%
G=34.63%
B=32.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022142020.0600.060.1612012.7781.57
HexCAD6CA6061078d52
Octal3123263126062017015122
Binary110010101101011011001010110011010000111100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6CA; }

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

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

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

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

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

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

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

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