#CAD6B3

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

Shades of Harp #CAD6B3

Tints of Harp #CAD6B3

Color information

#CAD6B3 (or 0xCAD6B3) is unknown color: approx Harp. HEX triplet: CA, D6 and B3. RGB value is (202,214,179). Sum of RGB (Red+Green+Blue) = 202+214+179=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 214 (83.98% from 255 or 35.97% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6B3 is #35294C. Grayscale: #CECECE. Windows color (decimal): -3483981 or 11785930. OLE color: 11785930.

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

Color convert

RGB202214179-
CMYK0.0600.160.16
HSL80.57º29.91%77.06%-
HSV(B)80.57º16.36%83.92%-
XYZ56.5463.952-
YUV206.42112.52124.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.95%
GREEN value IS 214 (83.98% from 255) = 35.97%
BLUE value IS 179 (70.31% from 255) = 30.08%
R=33.95%
G=35.97%
B=30.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141790.0600.160.1680.5729.9177.06
HexCAD6B3601010511e4d
Octal31232626360202012136115
Binary110010101101011010110011110010000100001010001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6B3; }

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

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

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

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

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

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

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

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