#CED69F

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

Shades of Orinoco #CED69F

Tints of Orinoco #CED69F

Color information

#CED69F (or 0xCED69F) is unknown color: approx Orinoco. HEX triplet: CE, D6 and 9F. RGB value is (206,214,159). Sum of RGB (Red+Green+Blue) = 206+214+159=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CED69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED69F is #312960. Grayscale: #CDCDCD. Windows color (decimal): -3221857 or 10475214. OLE color: 10475214.

HSL color Cylindrical-coordinate representation of color #CED69F: hue angle of 68.73º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CED69F is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB206214159-
CMYK0.0400.260.16
HSL68.73º40.15%73.14%-
HSV(B)68.73º25.7%83.92%-
XYZ55.7663.7242.16-
YUV205.34101.85128.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=35.58%
G=36.96%
B=27.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062141590.0400.260.1668.7340.1573.14
HexCED69F401A10452849
Octal31632623740322010550111
Binary1100111011010110100111111000110101000010001011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED69F; }

 p { color: rgb(206,214,159); }

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

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

 a { background-color: rgb(206,214,159); }

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

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

 span { border-color: rgb(206,214,159); }

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