#CAD5CB

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

Shades of Sea Mist #CAD5CB

Tints of Sea Mist #CAD5CB

Color information

#CAD5CB (or 0xCAD5CB) is unknown color: approx Sea Mist. HEX triplet: CA, D5 and CB. RGB value is (202,213,203). Sum of RGB (Red+Green+Blue) = 202+213+203=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5CB is #352A34. Grayscale: #D0D0D0. Windows color (decimal): -3484213 or 13358538. OLE color: 13358538.

HSL color Cylindrical-coordinate representation of color #CAD5CB: hue angle of 125.45º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CAD5CB is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB202213203-
CMYK0.0500.050.16
HSL125.45º11.58%81.37%-
HSV(B)125.45º5.16%83.53%-
XYZ58.9364.4665.84-
YUV208.57124.86123.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.69%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 203 (79.69% from 255) = 32.85%
R=32.69%
G=34.47%
B=32.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022132030.0500.050.16125.4511.5881.37
HexCAD5CB505107dc51
Octal3123253135052017514121
Binary110010101101010111001011101010110000111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5CB; }

 p { color: rgb(202,213,203); }

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

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

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

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

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

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

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