#CAD4CB

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

Shades of Sea Mist #CAD4CB

Tints of Sea Mist #CAD4CB

Color information

#CAD4CB (or 0xCAD4CB) is unknown color: approx Sea Mist. HEX triplet: CA, D4 and CB. RGB value is (202,212,203). Sum of RGB (Red+Green+Blue) = 202+212+203=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4CB is #352B34. Grayscale: #D0D0D0. Windows color (decimal): -3484469 or 13358282. OLE color: 13358282.

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

Color convert

RGB202212203-
CMYK0.0500.040.17
HSL126º10.42%81.18%-
HSV(B)126º4.72%83.14%-
XYZ58.6863.9665.75-
YUV207.98125.19123.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=32.74%
G=34.36%
B=32.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022122030.0500.040.1712610.4281.18
HexCAD4CB504117ea51
Octal3123243135042117612121
Binary110010101101010011001011101010010001111111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4CB; }

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

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

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

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

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

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

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

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