#CDD6C4

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

Shades of Ottoman #CDD6C4

Tints of Ottoman #CDD6C4

Color information

#CDD6C4 (or 0xCDD6C4) is unknown color: approx Ottoman. HEX triplet: CD, D6 and C4. RGB value is (205,214,196). Sum of RGB (Red+Green+Blue) = 205+214+196=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 214 (83.98% from 255 or 34.80% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6C4 is #32293B. Grayscale: #D1D1D1. Windows color (decimal): -3287356 or 12900045. OLE color: 12900045.

HSL color Cylindrical-coordinate representation of color #CDD6C4: hue angle of 90º degrees, saturation: 0.18, 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 #CDD6C4 is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB205214196-
CMYK0.0400.080.16
HSL90º18%80.39%-
HSV(B)90º8.41%83.92%-
XYZ59.1965.0661.66-
YUV209.26120.52124.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.33%
GREEN value IS 214 (83.98% from 255) = 34.80%
BLUE value IS 196 (76.95% from 255) = 31.87%
R=33.33%
G=34.80%
B=31.87%

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
Decimal2052141960.0400.080.16901880.39
HexCDD6C4408105a1250
Octal31532630440102013222120
Binary11001101110101101100010010001000100001011010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6C4; }

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

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

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

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

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

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

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

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