#CEDBAB

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

Shades of Orinoco #CEDBAB

Tints of Orinoco #CEDBAB

Color information

#CEDBAB (or 0xCEDBAB) is unknown color: approx Orinoco. HEX triplet: CE, DB and AB. RGB value is (206,219,171). Sum of RGB (Red+Green+Blue) = 206+219+171=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBAB is #312454. Grayscale: #D1D1D1. Windows color (decimal): -3220565 or 11262926. OLE color: 11262926.

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

Color convert

RGB206219171-
CMYK0.0600.220.14
HSL76.25º40%76.47%-
HSV(B)76.25º21.92%85.88%-
XYZ58.1466.7348.34-
YUV209.64106.19125.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=34.56%
G=36.74%
B=28.69%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191710.0600.220.1476.254076.47
HexCEDBAB6016E4c284c
Octal31633325360261611450114
Binary110011101101101110101011110010110111010011001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBAB; }

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

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

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

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

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

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

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

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