#CED19E

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

Shades of Orinoco #CED19E

Tints of Orinoco #CED19E

Color information

#CED19E (or 0xCED19E) is unknown color: approx Orinoco. HEX triplet: CE, D1 and 9E. RGB value is (206,209,158). Sum of RGB (Red+Green+Blue) = 206+209+158=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 158 (62.11% from 255 or 27.57% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #CED19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED19E is #312E61. Grayscale: #CACACA. Windows color (decimal): -3223138 or 10408398. OLE color: 10408398.

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

Color convert

RGB206209158-
CMYK0.0100.240.18
HSL63.53º35.66%71.96%-
HSV(B)63.53º24.4%81.96%-
XYZ54.4361.1941.29-
YUV202.29103.01130.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 209 (82.03% from 255) = 36.47%
BLUE value IS 158 (62.11% from 255) = 27.57%
R=35.95%
G=36.47%
B=27.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091580.0100.240.1863.5335.6671.96
HexCED19E101812402448
Octal31632123610302210044110
Binary11001110110100011001111010110001001010000001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED19E; }

 p { color: rgb(206,209,158); }

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

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

 a { background-color: rgb(206,209,158); }

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

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

 span { border-color: rgb(206,209,158); }

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