#CDDBC5

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

Shades of Ottoman #CDDBC5

Tints of Ottoman #CDDBC5

Color information

#CDDBC5 (or 0xCDDBC5) is unknown color: approx Ottoman. HEX triplet: CD, DB and C5. RGB value is (205,219,197). Sum of RGB (Red+Green+Blue) = 205+219+197=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 197 (77.34% from 255 or 31.72% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBC5 is #32243A. Grayscale: #D4D4D4. Windows color (decimal): -3286075 or 12966861. OLE color: 12966861.

HSL color Cylindrical-coordinate representation of color #CDDBC5: hue angle of 98.18º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDBC5 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB205219197-
CMYK0.0600.100.14
HSL98.18º23.4%81.57%-
HSV(B)98.18º10.05%85.88%-
XYZ60.5967.6762.69-
YUV212.31119.36122.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 197 (77.34% from 255) = 31.72%
R=33.01%
G=35.27%
B=31.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191970.0600.100.1498.1823.481.57
HexCDDBC560AE621752
Octal31533330560121614227122
Binary1100110111011011110001011100101011101100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBC5; }

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

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

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

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

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

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

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

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