#CAD3B6

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

Shades of Harp #CAD3B6

Tints of Harp #CAD3B6

Color information

#CAD3B6 (or 0xCAD3B6) is unknown color: approx Harp. HEX triplet: CA, D3 and B6. RGB value is (202,211,182). Sum of RGB (Red+Green+Blue) = 202+211+182=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3B6 is #352C49. Grayscale: #CDCDCD. Windows color (decimal): -3484746 or 11981770. OLE color: 11981770.

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

Color convert

RGB202211182-
CMYK0.0400.140.17
HSL78.62º24.79%77.06%-
HSV(B)78.62º13.74%82.75%-
XYZ56.0962.5253.37-
YUV205115.02125.86-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 182 (71.48% from 255) = 30.59%
R=33.95%
G=35.46%
B=30.59%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111820.0400.140.1778.6224.7977.06
HexCAD3B640E114f194d
Octal31232326640162111731115
Binary11001010110100111011011010001110100011001111110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3B6; }

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

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

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

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

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

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

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

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