#CAD6BE

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

Shades of Ottoman #CAD6BE

Tints of Ottoman #CAD6BE

Color information

#CAD6BE (or 0xCAD6BE) is unknown color: approx Ottoman. HEX triplet: CA, D6 and BE. RGB value is (202,214,190). Sum of RGB (Red+Green+Blue) = 202+214+190=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6BE is #352941. Grayscale: #CFCFCF. Windows color (decimal): -3483970 or 12506826. OLE color: 12506826.

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

Color convert

RGB202214190-
CMYK0.0600.110.16
HSL90º22.64%79.22%-
HSV(B)90º11.21%83.92%-
XYZ57.764.3758.1-
YUV207.68118.02123.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 35.31%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=33.33%
G=35.31%
B=31.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141900.0600.110.169022.6479.22
HexCAD6BE60B105a174f
Octal31232627660132013227117
Binary11001010110101101011111011001011100001011010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD6BE; }

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

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

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

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

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

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

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

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