#CDD5C4

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

Shades of Ottoman #CDD5C4

Tints of Ottoman #CDD5C4

Color information

#CDD5C4 (or 0xCDD5C4) is unknown color: approx Ottoman. HEX triplet: CD, D5 and C4. RGB value is (205,213,196). Sum of RGB (Red+Green+Blue) = 205+213+196=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5C4 is #322A3B. Grayscale: #D0D0D0. Windows color (decimal): -3287612 or 12899789. OLE color: 12899789.

HSL color Cylindrical-coordinate representation of color #CDD5C4: hue angle of 88.24º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD5C4 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB205213196-
CMYK0.0400.080.16
HSL88.24º16.83%80.2%-
HSV(B)88.24º7.98%83.53%-
XYZ58.9364.5561.58-
YUV208.67120.85125.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.39%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=33.39%
G=34.69%
B=31.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131960.0400.080.1688.2416.8380.2
HexCDD5C440810581150
Octal31532530440102013021120
Binary11001101110101011100010010001000100001011000100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5C4; }

 p { color: rgb(205,213,196); }

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

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

 a { background-color: rgb(205,213,196); }

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

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

 span { border-color: rgb(205,213,196); }

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