#CADDB6

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

Shades of Ottoman #CADDB6

Tints of Ottoman #CADDB6

Color information

#CADDB6 (or 0xCADDB6) is unknown color: approx Ottoman. HEX triplet: CA, DD and B6. RGB value is (202,221,182). Sum of RGB (Red+Green+Blue) = 202+221+182=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #CADDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CADDB6 is #352249. Grayscale: #D3D3D3. Windows color (decimal): -3482186 or 11984330. OLE color: 11984330.

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

Color convert

RGB202221182-
CMYK0.0900.180.13
HSL89.23º36.45%79.02%-
HSV(B)89.23º17.65%86.67%-
XYZ58.6667.6554.22-
YUV210.87111.71121.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 221 (86.72% from 255) = 36.53%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=33.39%
G=36.53%
B=30.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2022211820.0900.180.1389.2336.4579.02
HexCADDB69012D59244f
Octal312335266110221513144117
Binary1100101011011101101101101001010010110110110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CADDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CADDB6; }

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

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

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

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

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

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

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

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