#CAD1C5

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

Shades of Ottoman #CAD1C5

Tints of Ottoman #CAD1C5

Color information

#CAD1C5 (or 0xCAD1C5) is unknown color: approx Ottoman. HEX triplet: CA, D1 and C5. RGB value is (202,209,197). Sum of RGB (Red+Green+Blue) = 202+209+197=608 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.22% from 608); Green value is 209 (82.03% from 255 or 34.38% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD1C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1C5 is #352E3A. Grayscale: #CDCDCD. Windows color (decimal): -3485243 or 12964298. OLE color: 12964298.

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

Color convert

RGB202209197-
CMYK0.0300.060.18
HSL95º11.54%79.61%-
HSV(B)95º5.74%81.96%-
XYZ57.2462.1961.81-
YUV205.54123.18125.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.22%
GREEN value IS 209 (82.03% from 255) = 34.38%
BLUE value IS 197 (77.34% from 255) = 32.40%
R=33.22%
G=34.38%
B=32.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091970.0300.060.189511.5479.61
HexCAD1C5306125fc50
Octal3123213053062213714120
Binary11001010110100011100010111011010010101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD1C5; }

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

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

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

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

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

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

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

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