#CAD1B3

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

Shades of Harp #CAD1B3

Tints of Harp #CAD1B3

Color information

#CAD1B3 (or 0xCAD1B3) is unknown color: approx Harp. HEX triplet: CA, D1 and B3. RGB value is (202,209,179). Sum of RGB (Red+Green+Blue) = 202+209+179=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 179 (70.31% from 255 or 30.34% from 590); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1B3 is #352E4C. Grayscale: #CBCBCB. Windows color (decimal): -3485261 or 11784650. OLE color: 11784650.

HSL color Cylindrical-coordinate representation of color #CAD1B3: hue angle of 74º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD1B3 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB202209179-
CMYK0.0300.140.18
HSL74º24.59%76.08%-
HSV(B)74º14.35%81.96%-
XYZ55.2961.4151.59-
YUV203.49114.18126.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 179 (70.31% from 255) = 30.34%
R=34.24%
G=35.42%
B=30.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091790.0300.140.187424.5976.08
HexCAD1B330E124a194c
Octal31232126330162211231114
Binary1100101011010001101100111101110100101001010110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1B3; }

 p { color: rgb(202,209,179); }

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

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

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

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

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

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

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