#CDDBB8

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

Shades of Ottoman #CDDBB8

Tints of Ottoman #CDDBB8

Color information

#CDDBB8 (or 0xCDDBB8) is unknown color: approx Ottoman. HEX triplet: CD, DB and B8. RGB value is (205,219,184). Sum of RGB (Red+Green+Blue) = 205+219+184=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB8 is #322447. Grayscale: #D2D2D2. Windows color (decimal): -3286088 or 12114893. OLE color: 12114893.

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

Color convert

RGB205219184-
CMYK0.0600.160.14
HSL84º32.71%79.02%-
HSV(B)84º15.98%85.88%-
XYZ59.1667.155.18-
YUV210.82112.86123.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.72%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=33.72%
G=36.02%
B=30.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191840.0600.160.148432.7179.02
HexCDDBB86010E54214f
Octal31533327060201612441117
Binary110011011101101110111000110010000111010101001000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBB8; }

 p { color: rgb(205,219,184); }

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

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

 a { background-color: rgb(205,219,184); }

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

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

 span { border-color: rgb(205,219,184); }

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