#CAD3BB

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

Shades of Harp #CAD3BB

Tints of Harp #CAD3BB

Color information

#CAD3BB (or 0xCAD3BB) is unknown color: approx Harp. HEX triplet: CA, D3 and BB. RGB value is (202,211,187). Sum of RGB (Red+Green+Blue) = 202+211+187=600 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 187 (73.44% from 255 or 31.17% from 600); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3BB is #352C44. Grayscale: #CDCDCD. Windows color (decimal): -3484741 or 12309450. OLE color: 12309450.

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

Color convert

RGB202211187-
CMYK0.0400.110.17
HSL82.5º21.43%78.04%-
HSV(B)82.5º11.37%82.75%-
XYZ56.6262.7356.14-
YUV205.57117.52125.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.67%
GREEN value IS 211 (82.81% from 255) = 35.17%
BLUE value IS 187 (73.44% from 255) = 31.17%
R=33.67%
G=35.17%
B=31.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111870.0400.110.1782.521.4378.04
HexCAD3BB40B1152154e
Octal31232327340132112225116
Binary11001010110100111011101110001011100011010010101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD3BB; }

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

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

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

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

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

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

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

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