#CDD6C1

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

Shades of Ottoman #CDD6C1

Tints of Ottoman #CDD6C1

Color information

#CDD6C1 (or 0xCDD6C1) is unknown color: approx Ottoman. HEX triplet: CD, D6 and C1. RGB value is (205,214,193). Sum of RGB (Red+Green+Blue) = 205+214+193=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 193 (75.78% from 255 or 31.54% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6C1 is #32293E. Grayscale: #D0D0D0. Windows color (decimal): -3287359 or 12703437. OLE color: 12703437.

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

Color convert

RGB205214193-
CMYK0.0400.100.16
HSL85.71º20.39%79.8%-
HSV(B)85.71º9.81%83.92%-
XYZ58.8564.9259.88-
YUV208.92119.02125.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.50%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 193 (75.78% from 255) = 31.54%
R=33.50%
G=34.97%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141930.0400.100.1685.7120.3979.8
HexCDD6C140A10561450
Octal31532630140122012624120
Binary11001101110101101100000110001010100001010110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6C1; }

 p { color: rgb(205,214,193); }

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

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

 a { background-color: rgb(205,214,193); }

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

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

 span { border-color: rgb(205,214,193); }

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