#CDDBC0

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

Shades of Ottoman #CDDBC0

Tints of Ottoman #CDDBC0

Color information

#CDDBC0 (or 0xCDDBC0) is unknown color: approx Ottoman. HEX triplet: CD, DB and C0. RGB value is (205,219,192). Sum of RGB (Red+Green+Blue) = 205+219+192=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 192 (75.39% from 255 or 31.17% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBC0 is #32243F. Grayscale: #D3D3D3. Windows color (decimal): -3286080 or 12639181. OLE color: 12639181.

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

Color convert

RGB205219192-
CMYK0.0600.120.14
HSL91.11º27.27%80.59%-
HSV(B)91.11º12.33%85.88%-
XYZ60.0267.4559.72-
YUV211.74116.86123.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 192 (75.39% from 255) = 31.17%
R=33.28%
G=35.55%
B=31.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052191920.0600.120.1491.1127.2780.59
HexCDDBC060CE5b1b51
Octal31533330060141613333121
Binary1100110111011011110000001100110011101011011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBC0; }

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

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

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

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

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

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

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

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