#CAD4B7

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

Shades of Harp #CAD4B7

Tints of Harp #CAD4B7

Color information

#CAD4B7 (or 0xCAD4B7) is unknown color: approx Harp. HEX triplet: CA, D4 and B7. RGB value is (202,212,183). Sum of RGB (Red+Green+Blue) = 202+212+183=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD4B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4B7 is #352B48. Grayscale: #CDCDCD. Windows color (decimal): -3484489 or 12047562. OLE color: 12047562.

HSL color Cylindrical-coordinate representation of color #CAD4B7: hue angle of 80.69º 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 #CAD4B7 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB202212183-
CMYK0.0500.140.17
HSL80.69º25.22%77.45%-
HSV(B)80.69º13.68%83.14%-
XYZ56.4563.0654-
YUV205.7115.19125.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.84%
GREEN value IS 212 (83.20% from 255) = 35.51%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=33.84%
G=35.51%
B=30.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121830.0500.140.1780.6925.2277.45
HexCAD4B750E1151194d
Octal31232426750162112131115
Binary11001010110101001011011110101110100011010001110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD4B7; }

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

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

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

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

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

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

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

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