#CADDBB

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

Shades of Ottoman #CADDBB

Tints of Ottoman #CADDBB

Color information

#CADDBB (or 0xCADDBB) is unknown color: approx Ottoman. HEX triplet: CA, DD and BB. RGB value is (202,221,187). Sum of RGB (Red+Green+Blue) = 202+221+187=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDBB is #352244. Grayscale: #D3D3D3. Windows color (decimal): -3482181 or 12312010. OLE color: 12312010.

HSL color Cylindrical-coordinate representation of color #CADDBB: hue angle of 93.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CADDBB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.

Color convert

RGB202221187-
CMYK0.0900.150.13
HSL93.53º33.33%80%-
HSV(B)93.53º15.38%86.67%-
XYZ59.1867.8656.99-
YUV211.44114.21121.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=33.11%
G=36.23%
B=30.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211870.0900.150.1393.5333.3380
HexCADDBB90FD5e2150
Octal312335273110171513641120
Binary110010101101110110111011100101111110110111101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDBB; }

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

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

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

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

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

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

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

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