#CED2B6

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

Shades of Orinoco #CED2B6

Tints of Orinoco #CED2B6

Color information

#CED2B6 (or 0xCED2B6) is unknown color: approx Orinoco. HEX triplet: CE, D2 and B6. RGB value is (206,210,182). Sum of RGB (Red+Green+Blue) = 206+210+182=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2B6 is #312D49. Grayscale: #CDCDCD. Windows color (decimal): -3222858 or 11981518. OLE color: 11981518.

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

Color convert

RGB206210182-
CMYK0.0200.130.18
HSL68.57º23.73%76.86%-
HSV(B)68.57º13.33%82.35%-
XYZ56.9462.5953.34-
YUV205.61114.67128.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.45%
GREEN value IS 210 (82.42% from 255) = 35.12%
BLUE value IS 182 (71.48% from 255) = 30.43%
R=34.45%
G=35.12%
B=30.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062101820.0200.130.1868.5723.7376.86
HexCED2B620D1245184d
Octal31632226620152210530115
Binary1100111011010010101101101001101100101000101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2B6; }

 p { color: rgb(206,210,182); }

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

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

 a { background-color: rgb(206,210,182); }

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

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

 span { border-color: rgb(206,210,182); }

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