#CDD7C1

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

Shades of Ottoman #CDD7C1

Tints of Ottoman #CDD7C1

Color information

#CDD7C1 (or 0xCDD7C1) is unknown color: approx Ottoman. HEX triplet: CD, D7 and C1. RGB value is (205,215,193). Sum of RGB (Red+Green+Blue) = 205+215+193=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 215 (84.38% from 255 or 35.07% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7C1 is #32283E. Grayscale: #D1D1D1. Windows color (decimal): -3287103 or 12703693. OLE color: 12703693.

HSL color Cylindrical-coordinate representation of color #CDD7C1: hue angle of 87.27º degrees, saturation: 0.22, 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 #CDD7C1 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB205215193-
CMYK0.0500.100.16
HSL87.27º21.57%80%-
HSV(B)87.27º10.23%84.31%-
XYZ59.165.4359.97-
YUV209.5118.69124.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.44%
GREEN value IS 215 (84.38% from 255) = 35.07%
BLUE value IS 193 (75.78% from 255) = 31.48%
R=33.44%
G=35.07%
B=31.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052151930.0500.100.1687.2721.5780
HexCDD7C150A10571650
Octal31532730150122012726120
Binary11001101110101111100000110101010100001010111101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD7C1; }

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

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

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

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

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

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

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

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