#CDD4C7

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

Shades of Ottoman #CDD4C7

Tints of Ottoman #CDD4C7

Color information

#CDD4C7 (or 0xCDD4C7) is unknown color: approx Ottoman. HEX triplet: CD, D4 and C7. RGB value is (205,212,199). Sum of RGB (Red+Green+Blue) = 205+212+199=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 199 (78.12% from 255 or 32.31% from 616); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4C7 is #322B38. Grayscale: #D0D0D0. Windows color (decimal): -3287865 or 13096141. OLE color: 13096141.

HSL color Cylindrical-coordinate representation of color #CDD4C7: hue angle of 92.31º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDD4C7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB205212199-
CMYK0.0300.060.17
HSL92.31º13.13%80.59%-
HSV(B)92.31º6.13%83.14%-
XYZ59.0364.1963.31-
YUV208.42122.68125.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 212 (83.20% from 255) = 34.42%
BLUE value IS 199 (78.12% from 255) = 32.31%
R=33.28%
G=34.42%
B=32.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052121990.0300.060.1792.3113.1380.59
HexCDD4C7306115cd51
Octal3153243073062113415121
Binary11001101110101001100011111011010001101110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4C7; }

 p { color: rgb(205,212,199); }

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

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

 a { background-color: rgb(205,212,199); }

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

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

 span { border-color: rgb(205,212,199); }

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