#CED0B7

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

Shades of Orinoco #CED0B7

Tints of Orinoco #CED0B7

Color information

#CED0B7 (or 0xCED0B7) is unknown color: approx Orinoco. HEX triplet: CE, D0 and B7. RGB value is (206,208,183). Sum of RGB (Red+Green+Blue) = 206+208+183=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 183 (71.88% from 255 or 30.65% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #CED0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0B7 is #312F48. Grayscale: #CCCCCC. Windows color (decimal): -3223369 or 12046542. OLE color: 12046542.

HSL color Cylindrical-coordinate representation of color #CED0B7: hue angle of 64.8º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED0B7 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB206208183-
CMYK0.0100.120.18
HSL64.8º21.01%76.67%-
HSV(B)64.8º12.02%81.57%-
XYZ56.5661.6553.72-
YUV204.55115.84129.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 208 (81.64% from 255) = 34.84%
BLUE value IS 183 (71.88% from 255) = 30.65%
R=34.51%
G=34.84%
B=30.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081830.0100.120.1864.821.0176.67
HexCED0B710C1241154d
Octal31632026710142210125115
Binary110011101101000010110111101100100101000001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED0B7; }

 p { color: rgb(206,208,183); }

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

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

 a { background-color: rgb(206,208,183); }

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

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

 span { border-color: rgb(206,208,183); }

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