#CEDBA6

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

Shades of Orinoco #CEDBA6

Tints of Orinoco #CEDBA6

Color information

#CEDBA6 (or 0xCEDBA6) is unknown color: approx Orinoco. HEX triplet: CE, DB and A6. RGB value is (206,219,166). Sum of RGB (Red+Green+Blue) = 206+219+166=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 219 (85.94% from 255 or 37.06% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBA6 is #312459. Grayscale: #D1D1D1. Windows color (decimal): -3220570 or 10935246. OLE color: 10935246.

HSL color Cylindrical-coordinate representation of color #CEDBA6: hue angle of 74.72º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEDBA6 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB206219166-
CMYK0.0600.240.14
HSL74.72º42.4%75.49%-
HSV(B)74.72º24.2%85.88%-
XYZ57.6766.5445.88-
YUV209.07103.69125.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 219 (85.94% from 255) = 37.06%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=34.86%
G=37.06%
B=28.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191660.0600.240.1474.7242.475.49
HexCEDBA66018E4b2a4b
Octal31633324660301611352113
Binary110011101101101110100110110011000111010010111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBA6; }

 p { color: rgb(206,219,166); }

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

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

 a { background-color: rgb(206,219,166); }

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

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

 span { border-color: rgb(206,219,166); }

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