#CAD5BB

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

Shades of Harp #CAD5BB

Tints of Harp #CAD5BB

Color information

#CAD5BB (or 0xCAD5BB) is unknown color: approx Harp. HEX triplet: CA, D5 and BB. RGB value is (202,213,187). Sum of RGB (Red+Green+Blue) = 202+213+187=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 213 (83.59% from 255 or 35.38% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5BB is #352A44. Grayscale: #CECECE. Windows color (decimal): -3484229 or 12309962. OLE color: 12309962.

HSL color Cylindrical-coordinate representation of color #CAD5BB: hue angle of 85.38º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD5BB is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB202213187-
CMYK0.0500.120.16
HSL85.38º23.64%78.43%-
HSV(B)85.38º12.21%83.53%-
XYZ57.1263.7356.3-
YUV206.75116.86124.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.55%
GREEN value IS 213 (83.59% from 255) = 35.38%
BLUE value IS 187 (73.44% from 255) = 31.06%
R=33.55%
G=35.38%
B=31.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131870.0500.120.1685.3823.6478.43
HexCAD5BB50C1055184e
Octal31232527350142012530116
Binary11001010110101011011101110101100100001010101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD5BB; }

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

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

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

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

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

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

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

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