#CEDBAC

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

Shades of Orinoco #CEDBAC

Tints of Orinoco #CEDBAC

Color information

#CEDBAC (or 0xCEDBAC) is unknown color: approx Orinoco. HEX triplet: CE, DB and AC. RGB value is (206,219,172). Sum of RGB (Red+Green+Blue) = 206+219+172=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 172 (67.58% from 255 or 28.81% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEDBAC is #312453. Grayscale: #D1D1D1. Windows color (decimal): -3220564 or 11328462. OLE color: 11328462.

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

Color convert

RGB206219172-
CMYK0.0600.210.14
HSL76.6º39.5%76.67%-
HSV(B)76.6º21.46%85.88%-
XYZ58.2366.7648.85-
YUV209.76106.69125.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.51%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 172 (67.58% from 255) = 28.81%
R=34.51%
G=36.68%
B=28.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062191720.0600.210.1476.639.576.67
HexCEDBAC6015E4d274d
Octal31633325460251611547115
Binary110011101101101110101100110010101111010011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDBAC; }

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

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

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

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

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

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

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

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