#CED4C7

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

Shades of Ottoman #CED4C7

Tints of Ottoman #CED4C7

Color information

#CED4C7 (or 0xCED4C7) is unknown color: approx Ottoman. HEX triplet: CE, D4 and C7. RGB value is (206,212,199). Sum of RGB (Red+Green+Blue) = 206+212+199=617 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.39% from 617); Green value is 212 (83.20% from 255 or 34.36% from 617); Blue value is 199 (78.12% from 255 or 32.25% from 617); Max value from RGB is 212 - color contains mainly: green. Hex color #CED4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4C7 is #312B38. Grayscale: #D0D0D0. Windows color (decimal): -3222329 or 13096142. OLE color: 13096142.

HSL color Cylindrical-coordinate representation of color #CED4C7: hue angle of 87.69º 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 #CED4C7 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB206212199-
CMYK0.0300.060.17
HSL87.69º13.13%80.59%-
HSV(B)87.69º6.13%83.14%-
XYZ59.3164.3363.32-
YUV208.72122.51126.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.39%
GREEN value IS 212 (83.20% from 255) = 34.36%
BLUE value IS 199 (78.12% from 255) = 32.25%
R=33.39%
G=34.36%
B=32.25%

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
Decimal2062121990.0300.060.1787.6913.1380.59
HexCED4C73061158d51
Octal3163243073062113015121
Binary11001110110101001100011111011010001101100011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4C7; }

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

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

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

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

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

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

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

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