#CDDABB

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

Shades of Ottoman #CDDABB

Tints of Ottoman #CDDABB

Color information

#CDDABB (or 0xCDDABB) is unknown color: approx Ottoman. HEX triplet: CD, DA and BB. RGB value is (205,218,187). Sum of RGB (Red+Green+Blue) = 205+218+187=610 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.61% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDABB is #322544. Grayscale: #D2D2D2. Windows color (decimal): -3286341 or 12311245. OLE color: 12311245.

HSL color Cylindrical-coordinate representation of color #CDDABB: hue angle of 85.16º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDDABB is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB205218187-
CMYK0.0600.140.15
HSL85.16º29.52%79.41%-
HSV(B)85.16º14.22%85.49%-
XYZ59.2266.7156.77-
YUV210.58114.69124.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.61%
GREEN value IS 218 (85.55% from 255) = 35.74%
BLUE value IS 187 (73.44% from 255) = 30.66%
R=33.61%
G=35.74%
B=30.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052181870.0600.140.1585.1629.5279.41
HexCDDABB60EF551e4f
Octal31533227360161712536117
Binary1100110111011010101110111100111011111010101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDABB; }

 p { color: rgb(205,218,187); }

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

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

 a { background-color: rgb(205,218,187); }

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

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

 span { border-color: rgb(205,218,187); }

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