#CED1B1

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

Shades of Orinoco #CED1B1

Tints of Orinoco #CED1B1

Color information

#CED1B1 (or 0xCED1B1) is unknown color: approx Orinoco. HEX triplet: CE, D1 and B1. RGB value is (206,209,177). Sum of RGB (Red+Green+Blue) = 206+209+177=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 209 (82.03% from 255 or 35.30% from 592); Blue value is 177 (69.53% from 255 or 29.90% from 592); Max value from RGB is 209 - color contains mainly: green. Hex color #CED1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED1B1 is #312E4E. Grayscale: #CCCCCC. Windows color (decimal): -3223119 or 11653582. OLE color: 11653582.

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

Color convert

RGB206209177-
CMYK0.0100.150.18
HSL65.62º25.81%75.69%-
HSV(B)65.62º15.31%81.96%-
XYZ56.1961.950.58-
YUV204.46112.51129.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.80%
GREEN value IS 209 (82.03% from 255) = 35.30%
BLUE value IS 177 (69.53% from 255) = 29.90%
R=34.80%
G=35.30%
B=29.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062091770.0100.150.1865.6225.8175.69
HexCED1B110F12421a4c
Octal31632126110172210232114
Binary110011101101000110110001101111100101000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED1B1; }

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

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

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

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

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

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

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

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