#CED2B7

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

Shades of Orinoco #CED2B7

Tints of Orinoco #CED2B7

Color information

#CED2B7 (or 0xCED2B7) is unknown color: approx Orinoco. HEX triplet: CE, D2 and B7. RGB value is (206,210,183). Sum of RGB (Red+Green+Blue) = 206+210+183=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 183 (71.88% from 255 or 30.55% from 599); Max value from RGB is 210 - color contains mainly: green. Hex color #CED2B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2B7 is #312D48. Grayscale: #CDCDCD. Windows color (decimal): -3222857 or 12047054. OLE color: 12047054.

HSL color Cylindrical-coordinate representation of color #CED2B7: hue angle of 68.89º degrees, saturation: 0.23, 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 #CED2B7 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB206210183-
CMYK0.0200.130.18
HSL68.89º23.08%77.06%-
HSV(B)68.89º12.86%82.35%-
XYZ57.0562.6353.88-
YUV205.73115.17128.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 210 (82.42% from 255) = 35.06%
BLUE value IS 183 (71.88% from 255) = 30.55%
R=34.39%
G=35.06%
B=30.55%

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
Decimal2062101830.0200.130.1868.8923.0877.06
HexCED2B720D1245174d
Octal31632226720152210527115
Binary1100111011010010101101111001101100101000101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED2B7; }

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

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

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

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

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

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

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

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